Struct syn::WhereBoundPredicate [−][src]
A type bound.
E.g. for<'c> Foo: Send+Clone+'c
Fields
bound_lifetimes: Vec<LifetimeDef>
Any lifetimes from a for
binding
bounded_ty: Ty
The type being bounded
bounds: Vec<TyParamBound>
Trait and lifetime bounds (Clone+Send+'static
)
Trait Implementations
impl ToTokens for WhereBoundPredicate
[src]
[+]
impl ToTokens for WhereBoundPredicate
impl Debug for WhereBoundPredicate
[src]
[+]
impl Debug for WhereBoundPredicate
impl Clone for WhereBoundPredicate
[src]
[+]
impl Clone for WhereBoundPredicate
impl Eq for WhereBoundPredicate
[src]
impl Eq for WhereBoundPredicate
impl PartialEq for WhereBoundPredicate
[src]
[+]
impl PartialEq for WhereBoundPredicate
impl Hash for WhereBoundPredicate
[src]
[+]
impl Hash for WhereBoundPredicate
Auto Trait Implementations
impl Send for WhereBoundPredicate
impl Send for WhereBoundPredicate
impl Sync for WhereBoundPredicate
impl Sync for WhereBoundPredicate