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