Enum syn::TraitBoundModifier
[−]
[src]
pub enum TraitBoundModifier {
None,
Maybe,
}A modifier on a bound, currently this is only used for ?Sized, where the
modifier is Maybe. Negative bounds should also be handled here.
Variants
NoneMaybeTrait Implementations
impl Debug for TraitBoundModifier[src]
impl Copy for TraitBoundModifier[src]
impl Clone for TraitBoundModifier[src]
fn clone(&self) -> TraitBoundModifier
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more