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 Namefn as_str(self) -> InternedStringimpl Debug for Nameimpl Display for Nameimpl Encodable for Nameimpl Decodable for Nameimpl Hash for Namefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Ord for Nameimpl PartialOrd for Namefn partial_cmp(&self, __arg_0: &Name) -> Option<Ordering>fn lt(&self, __arg_0: &Name) -> boolfn le(&self, __arg_0: &Name) -> boolfn gt(&self, __arg_0: &Name) -> boolfn ge(&self, __arg_0: &Name) -> boolimpl Eq for Nameimpl PartialEq for Nameimpl Copy for Nameimpl Clone for Namefn clone(&self) -> Namefn clone_from(&mut self, source: &Self)