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

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

Variants

Methods

impl Annotatable
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Annotatable
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Annotatable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl HasAttrs for Annotatable
[src]

Important traits for &'a mut [u8]
[src]

[src]

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

Important traits for Vec<u8>
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Annotatable

impl !Sync for Annotatable