Struct item::LifetimeDef [] [src]

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

Fields

Trait Implementations

impl ToTokens 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 Eq for LifetimeDef
[src]

impl Clone for LifetimeDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LifetimeDef
[src]

Formats the value using the given formatter.