Struct unrest_tmp_syn::LifetimeDef [] [src]

pub struct LifetimeDef {
    pub attrs: Vec<Attribute>,
    pub lifetime: Lifetime,
    pub colon_token: Option<Colon>,
    pub bounds: Delimited<Lifetime, Add>,
}

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

Fields

Methods

impl LifetimeDef
[src]

Trait Implementations

impl Synom for LifetimeDef
[src]

impl ToTokens for LifetimeDef
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Clone for LifetimeDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more