Struct syntax::ast::LifetimeDef[][src]

pub struct LifetimeDef {
    pub attrs: ThinVec<Attribute>,
    pub lifetime: Lifetime,
    pub bounds: Vec<Lifetime>,
}

A lifetime definition, e.g. 'a: 'b+'c+'d

Fields

Trait Implementations

impl Clone for LifetimeDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LifetimeDef
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for LifetimeDef
[src]

impl Encodable for LifetimeDef
[src]

impl Decodable for LifetimeDef
[src]

impl Hash for LifetimeDef
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for LifetimeDef
[src]

Formats the value using the given formatter. Read more

impl HasAttrs for LifetimeDef
[src]

Important traits for &'a [u8]

Auto Trait Implementations

impl !Send for LifetimeDef

impl !Sync for LifetimeDef