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
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, type, macro,
and const.
Search functions by type signature (e.g.
vec -> usize)