Struct syn::LifetimeDef 
                   
                       [−]
                   
               [src]
pub struct LifetimeDef {
    pub attrs: Vec<Attribute>,
    pub lifetime: Lifetime,
    pub bounds: Vec<Lifetime>,
}A lifetime definition, e.g. 'a: 'b+'c+'d
Fields
attrs: Vec<Attribute>
                           
                           
                           lifetime: Lifetime
                           
                           
                           bounds: Vec<Lifetime>
                           Methods
impl LifetimeDef[src]
Trait Implementations
impl ToTokens for LifetimeDef[src]
impl Debug for LifetimeDef[src]
impl Clone for LifetimeDef[src]
fn clone(&self) -> LifetimeDef
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 LifetimeDef[src]
impl PartialEq for LifetimeDef[src]
fn eq(&self, __arg_0: &LifetimeDef) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &LifetimeDef) -> bool
This method tests for !=.