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

pub enum ImplItemKind {
    Const(P<Ty>, P<Expr>),
    Method(MethodSigP<Block>),
    Type(P<Ty>),
    Existential(GenericBounds),
    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 Encodable for ImplItemKind
[src]

impl Decodable for ImplItemKind
[src]

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