Struct syntax::util::interner::RcStrUnstable
[-] [+]
[src]
pub struct RcStr {
// some fields omitted
}pub struct RcStr {
// some fields omitted
}impl RcStrimpl Eq for RcStrimpl Ord for RcStrimpl Debug for RcStrimpl Display for RcStrimpl Borrow<str> for RcStrimpl Deref for RcStrimpl PartialOrd for RcStrfn partial_cmp(&self, __arg_0: &RcStr) -> Option<Ordering>fn lt(&self, __arg_0: &RcStr) -> boolfn le(&self, __arg_0: &RcStr) -> boolfn gt(&self, __arg_0: &RcStr) -> boolfn ge(&self, __arg_0: &RcStr) -> boolimpl Hash for RcStrfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialEq for RcStrimpl Clone for RcStrfn clone(&self) -> RcStrfn clone_from(&mut self, source: &Self)
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, typedef (or
tdef).