Struct syntex_syntax::ast::Name
[−]
[src]
pub struct Name(pub u32);
A name is a part of an identifier, representing a string or gensym. It's the result of interning.
pub struct Name(pub u32);
A name is a part of an identifier, representing a string or gensym. It's the result of interning.
impl Name
fn as_str(self) -> InternedString
impl Debug for Name
impl Display for Name
impl Encodable for Name
impl Decodable for Name
impl Hash for Name
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Ord for Name
impl PartialOrd for Name
fn partial_cmp(&self, __arg_0: &Name) -> Option<Ordering>
fn lt(&self, __arg_0: &Name) -> bool
fn le(&self, __arg_0: &Name) -> bool
fn gt(&self, __arg_0: &Name) -> bool
fn ge(&self, __arg_0: &Name) -> bool
impl Eq for Name
impl PartialEq for Name
impl Copy for Name
impl Clone for Name
fn clone(&self) -> Name
fn clone_from(&mut self, source: &Self)