Struct syntax::ast::Label[][src]

pub struct Label {
    pub ident: Ident,
}

Fields

Trait Implementations

impl Clone for Label
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Label
[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 Label
[src]

impl Encodable for Label
[src]

impl Decodable for Label
[src]

impl Hash for Label
[src]

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

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

impl Copy for Label
[src]

impl Debug for Label
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Label

impl !Sync for Label