Struct syntax::util::interner::RcStrExperimental [-]  [+] [src]

pub struct RcStr {
    // some fields omitted
}

Methods

impl RcStr

fn new(string: &str) -> RcStr

Trait Implementations

impl Eq for RcStr

fn assert_receiver_is_total_eq(&self)

impl Ord for RcStr

fn cmp(&self, other: &RcStr) -> Ordering

impl Show for RcStr

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

impl Deref<str> for RcStr

fn deref(&self) -> &str

Derived Implementations

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<__S: Writer> Hash<__S> for RcStr

fn hash(&self, __arg_0: &mut __S)

impl PartialEq for RcStr

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

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

impl Clone for RcStr

fn clone(&self) -> RcStr

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