Struct string_cache::namespace::QualName [] [src]

pub struct QualName {
    pub ns: Namespace,
    pub local: Atom,
}

A name with a namespace.

Fields

ns
local

Methods

impl QualName

fn new(ns: Namespace, local: Atom) -> QualName

Trait Implementations

Derived Implementations

impl Clone for QualName

fn clone(&self) -> QualName

fn clone_from(&mut self, source: &Self)

impl Debug for QualName

fn fmt(&self, __arg_0: &mut Formatter) -> Result

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

fn cmp(&self, __arg_0: &QualName) -> Ordering

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

fn eq(&self, __arg_0: &QualName) -> bool

fn ne(&self, __arg_0: &QualName) -> bool