Enum syntax::ast::ImplItemKind[][src]

pub enum ImplItemKind {
    Const(P<Ty>, P<Expr>),
    Method(MethodSigP<Block>),
    Type(P<Ty>),
    Macro(Mac),
}

Variants

Trait Implementations

impl Clone for ImplItemKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Encodable for ImplItemKind
[src]

impl Decodable for ImplItemKind
[src]

impl Hash for ImplItemKind
[src]

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

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

impl Debug for ImplItemKind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for ImplItemKind

impl !Sync for ImplItemKind