Struct syntax::ast::Lifetime [] [src]

pub struct Lifetime {
    pub id: NodeId,
    pub span: Span,
    pub ident: Ident,
}

Fields

Trait Implementations

impl Clone for Lifetime
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Lifetime
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Lifetime
[src]

impl Encodable for Lifetime
[src]

[src]

impl Decodable for Lifetime
[src]

[src]

impl Hash for Lifetime
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Copy for Lifetime
[src]

impl Debug for Lifetime
[src]

[src]

Formats the value using the given formatter. Read more

impl ToTokens for Lifetime
[src]

Important traits for Vec<u8>
[src]

Auto Trait Implementations

impl !Send for Lifetime

impl !Sync for Lifetime