Struct string_cache::namespace::QualName  
            
                [−]
            
        [src]
pub struct QualName {
    pub ns: Namespace,
    pub local: Atom,
}A name with a namespace.
Fields
ns | |
local | 
pub struct QualName {
    pub ns: Namespace,
    pub local: Atom,
}A name with a namespace.
ns | |
local | 
impl QualNameimpl Clone for QualNamefn clone(&self) -> QualNamefn clone_from(&mut self, source: &Self)impl Debug for QualNameimpl Hash for QualNamefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Ord for QualNameimpl PartialOrd for QualNamefn partial_cmp(&self, __arg_0: &QualName) -> Option<Ordering>fn lt(&self, __arg_0: &QualName) -> boolfn le(&self, __arg_0: &QualName) -> boolfn gt(&self, __arg_0: &QualName) -> boolfn ge(&self, __arg_0: &QualName) -> boolimpl Eq for QualNameimpl PartialEq for QualName