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

pub struct AttrId(pub usize);

Trait Implementations

Derived Implementations

impl Copy for AttrId

impl Debug for AttrId

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

impl Hash for AttrId

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

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

impl Decodable for AttrId

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

impl Encodable for AttrId

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

impl Eq for AttrId

fn assert_receiver_is_total_eq(&self)

impl PartialEq for AttrId

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

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

impl Clone for AttrId

fn clone(&self) -> AttrId

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