Enum synstructure::AddBounds[][src]

pub enum AddBounds {
    Both,
    Fields,
    Generics,
    None,
    // some variants omitted
}

Changes how bounds are added

Variants

Add for fields and generics

Fields only

Generics only

None

Trait Implementations

impl Debug for AddBounds
[src]

Formats the value using the given formatter. Read more

impl Copy for AddBounds
[src]

impl Clone for AddBounds
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AddBounds
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for AddBounds
[src]

impl Hash for AddBounds
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for AddBounds

impl Sync for AddBounds