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 QualName
impl Clone for QualName
fn clone(&self) -> QualName
fn clone_from(&mut self, source: &Self)
impl Debug for QualName
impl Hash for QualName
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Ord for QualName
impl PartialOrd for QualName
fn partial_cmp(&self, __arg_0: &QualName) -> Option<Ordering>
fn lt(&self, __arg_0: &QualName) -> bool
fn le(&self, __arg_0: &QualName) -> bool
fn gt(&self, __arg_0: &QualName) -> bool
fn ge(&self, __arg_0: &QualName) -> bool
impl Eq for QualName
impl PartialEq for QualName