Struct syntex_syntax::ast::ImplItem [] [src]

pub struct ImplItem {
    pub id: NodeId,
    pub ident: Ident,
    pub vis: Visibility,
    pub defaultness: Defaultness,
    pub attrs: Vec<Attribute>,
    pub node: ImplItemKind,
    pub span: Span,
}

Fields

Trait Implementations

impl Clone for ImplItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Encodable for ImplItem
[src]

Serialize a value using an Encoder.

impl Decodable for ImplItem
[src]

Deserialize a value using a Decoder.

impl Hash for ImplItem
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for ImplItem
[src]

Formats the value using the given formatter.

impl HasAttrs for ImplItem
[src]

impl ToTokens for ImplItem
[src]