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