Struct syn::LifetimeDef [−][src]
A lifetime definition, e.g. 'a: 'b+'c+'d
Fields
attrs: Vec<Attribute>
lifetime: Lifetime
bounds: Vec<Lifetime>
Methods
impl LifetimeDef
[src]
[−]
impl LifetimeDef
Trait Implementations
impl ToTokens for LifetimeDef
[src]
[+]
impl ToTokens for LifetimeDef
impl Debug for LifetimeDef
[src]
[+]
impl Debug for LifetimeDef
impl Clone for LifetimeDef
[src]
[+]
impl Clone for LifetimeDef
impl Eq for LifetimeDef
[src]
impl Eq for LifetimeDef
impl PartialEq for LifetimeDef
[src]
[+]
impl PartialEq for LifetimeDef
impl Hash for LifetimeDef
[src]
[+]
impl Hash for LifetimeDef
Auto Trait Implementations
impl Send for LifetimeDef
impl Send for LifetimeDef
impl Sync for LifetimeDef
impl Sync for LifetimeDef