Struct syntax::ast::ItemUnstable [-] [+] [src]

pub struct Item {
    pub ident: Ident,
    pub attrs: Vec<Attribute>,
    pub id: NodeId,
    pub node: Item_,
    pub vis: Visibility,
    pub span: Span,
}

Fields

ident
attrs
id
node
vis
span

Trait Implementations

impl MaybeFnLike for Item

fn is_fn_like(&self) -> bool

Derived Implementations

impl Debug for Item

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for Item

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Decodable for Item

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Item, Error>

impl Encodable for Item

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), Error>

impl Eq for Item

fn assert_receiver_is_total_eq(&self)

impl PartialEq for Item

fn eq(&self, __arg_0: &Item) -> bool

fn ne(&self, __arg_0: &Item) -> bool

impl Clone for Item

fn clone(&self) -> Item

fn clone_from(&mut self, source: &Self)