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

impl Decodable for Label
[src]

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