Struct unrest_tmp_syn::BoundLifetimes [] [src]

pub struct BoundLifetimes {
    pub for_token: For,
    pub lt_token: Lt,
    pub lifetimes: Delimited<LifetimeDef, Comma>,
    pub gt_token: Gt,
}

A set of bound lifetimes, e.g. for<'a, 'b, 'c>

Fields

Trait Implementations

impl Synom for BoundLifetimes
[src]

impl ToTokens for BoundLifetimes
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Default for BoundLifetimes
[src]

Returns the "default value" for a type. Read more

impl Clone for BoundLifetimes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more