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

Methods

impl LifetimeDef
[src]

Trait Implementations

impl ToTokens for LifetimeDef
[src]

Write self to the given Tokens. Read more

impl Debug for LifetimeDef
[src]

Formats the value using the given formatter.

impl Clone for LifetimeDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LifetimeDef
[src]

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 Hash for LifetimeDef
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.