Struct syntex_syntax::ast::AttrId
[−]
[src]
pub struct AttrId(pub usize);
pub struct AttrId(pub usize);
impl Copy for AttrId
impl Debug for AttrId
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
impl Encodable for AttrId
impl Eq for AttrId
impl PartialEq for AttrId
impl Clone for AttrId
fn clone(&self) -> AttrId
fn clone_from(&mut self, source: &Self)