Enum synstructure::AddBounds [−][src]
pub enum AddBounds { Both, Fields, Generics, None, // some variants omitted }
Expand description
Changes how bounds are added
Variants
Add for fields and generics
Fields only
Generics only
None
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AddBounds
impl UnwindSafe for AddBounds
Blanket Implementations
Mutably borrows from an owned value. Read more