Struct syn::WhereRegionPredicate 
                   
                       [−]
                   
               [src]
pub struct WhereRegionPredicate {
    pub lifetime: Lifetime,
    pub bounds: Vec<Lifetime>,
}A lifetime predicate.
E.g. 'a: 'b+'c
Fields
lifetime: Lifetime
                           
                           
                           bounds: Vec<Lifetime>
                           Trait Implementations
impl ToTokens for WhereRegionPredicate[src]
impl Debug for WhereRegionPredicate[src]
impl Clone for WhereRegionPredicate[src]
fn clone(&self) -> WhereRegionPredicate
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Eq for WhereRegionPredicate[src]
impl PartialEq for WhereRegionPredicate[src]
fn eq(&self, __arg_0: &WhereRegionPredicate) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &WhereRegionPredicate) -> bool
This method tests for !=.