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
None
Maybe
Trait Implementations
impl Debug for TraitBoundModifier
[src]
impl Debug for TraitBoundModifier
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for TraitBoundModifier
[src]
impl Copy for TraitBoundModifier
impl Clone for TraitBoundModifier
[src]
impl Clone for TraitBoundModifier
fn clone(&self) -> TraitBoundModifier
[src]
fn clone(&self) -> TraitBoundModifier
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Eq for TraitBoundModifier
[src]
impl Eq for TraitBoundModifier
impl PartialEq for TraitBoundModifier
[src]
impl PartialEq for TraitBoundModifier
fn eq(&self, other: &TraitBoundModifier) -> bool
[src]
fn eq(&self, other: &TraitBoundModifier) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Hash for TraitBoundModifier
[src]
impl Hash for TraitBoundModifier
Auto Trait Implementations
impl Send for TraitBoundModifier
impl Send for TraitBoundModifier
impl Sync for TraitBoundModifier
impl Sync for TraitBoundModifier