Implementation of Add<&'self str, ~str> for &'self str where <'self>

Method add

fn add(&self, rhs: &&'self str) -> ~str

Implementation of TotalOrd for &'self str where <'self>

Method cmp

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

Implementation of TotalOrd for ~str

Method cmp

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

Implementation of TotalOrd for @str

Method cmp

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

Implementation of Eq for &'self str where <'self>

Method eq

fn eq(&self, other: &&'self str) -> bool

Method ne

fn ne(&self, other: &&'self str) -> bool

Implementation of Eq for ~str

Method eq

fn eq(&self, other: &~str) -> bool

Method ne

fn ne(&self, other: &~str) -> bool

Implementation of Eq for @str

Method eq

fn eq(&self, other: &@str) -> bool

Method ne

fn ne(&self, other: &@str) -> bool

Implementation of TotalEq for &'self str where <'self>

Method equals

fn equals(&self, other: &&'self str) -> bool

Implementation of TotalEq for ~str

Method equals

fn equals(&self, other: &~str) -> bool

Implementation of TotalEq for @str

Method equals

fn equals(&self, other: &@str) -> bool

Implementation of Ord for &'self str where <'self>

Method lt

fn lt(&self, other: &&'self str) -> bool

Method le

fn le(&self, other: &&'self str) -> bool

Method ge

fn ge(&self, other: &&'self str) -> bool

Method gt

fn gt(&self, other: &&'self str) -> bool

Implementation of Ord for ~str

Method lt

fn lt(&self, other: &~str) -> bool

Method le

fn le(&self, other: &~str) -> bool

Method ge

fn ge(&self, other: &~str) -> bool

Method gt

fn gt(&self, other: &~str) -> bool

Implementation of Ord for @str

Method lt

fn lt(&self, other: &@str) -> bool

Method le

fn le(&self, other: &@str) -> bool

Method ge

fn ge(&self, other: &@str) -> bool

Method gt

fn gt(&self, other: &@str) -> bool

Implementation of Equiv<S> for &'self str where <'self, S: Str>

Method equiv

fn equiv(&self, other: &S) -> bool

Implementation of Equiv<S> for @str where <'self, S: Str>

Method equiv

fn equiv(&self, other: &S) -> bool

Implementation of Equiv<S> for ~str where <'self, S: Str>

Method equiv

fn equiv(&self, other: &S) -> bool