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

pub struct RcStr {
    // some fields omitted
}

Methods

impl RcStr

fn new(string: &str) -> RcStr

Trait Implementations

impl Eq for RcStr

impl Ord for RcStr

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

impl Debug for RcStr

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

impl Display for RcStr

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

impl Borrow<str> for RcStr

fn borrow(&self) -> &str

impl Deref for RcStr

type Target = str

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 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

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)