Enum syntax::ext::base::Annotatable[][src]

pub enum Annotatable {
    Item(P<Item>),
    TraitItem(P<TraitItem>),
    ImplItem(P<ImplItem>),
    ForeignItem(P<ForeignItem>),
    Stmt(P<Stmt>),
    Expr(P<Expr>),
}

Variants

Methods

impl Annotatable
[src]

Trait Implementations

impl Debug for Annotatable
[src]

Formats the value using the given formatter. Read more

impl Clone for Annotatable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl HasAttrs for Annotatable
[src]

Important traits for &'a [u8]

impl Into<Vec<Annotatable>> for Annotatable
[src]

Important traits for Vec<u8>

Performs the conversion.

Auto Trait Implementations

impl !Send for Annotatable

impl !Sync for Annotatable