Struct syn::PredicateLifetime [−][src]
A lifetime predicate in a where
clause: 'a: 'b + 'c
.
This type is available if Syn is built with the "derive"
or
"full"
feature.
Fields
lifetime: Lifetime
colon_token: Option<Colon>
bounds: Punctuated<Lifetime, Add>
Trait Implementations
impl ToTokens for PredicateLifetime
[src]
[+]
impl ToTokens for PredicateLifetime
impl Clone for PredicateLifetime
[src]
[+]
impl Clone for PredicateLifetime
impl From<PredicateLifetime> for WherePredicate
[src]
[+]
impl From<PredicateLifetime> for WherePredicate
Auto Trait Implementations
impl !Send for PredicateLifetime
impl !Send for PredicateLifetime
impl !Sync for PredicateLifetime
impl !Sync for PredicateLifetime