Struct macrohelper::Lifetime []

pub struct Lifetime {
    pub ident: Ident,
}

Fields

Methods

impl Lifetime

Trait Implementations

impl Debug for Lifetime

Formats the value using the given formatter.

impl ToTokens for Lifetime

impl PartialEq<Lifetime> for Lifetime

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

This method tests for !=.

impl Clone for Lifetime

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Lifetime