Primitive Type char [−]
Character manipulation.
For more details, see ::rustc_unicode::char (a.k.a. std::char)
Trait Implementations
impl PartialEq for char
impl Eq for char
impl PartialOrd for char
fn partial_cmp(&self, other: &char) -> Option<Ordering>
fn lt(&self, other: &char) -> bool
fn le(&self, other: &char) -> bool
fn ge(&self, other: &char) -> bool
fn gt(&self, other: &char) -> bool
impl Ord for char
impl Clone for char
fn clone(&self) -> char
fn clone_from(&mut self, source: &Self)
impl Default for char
impl<'a> Pattern<'a> for char
Searches for chars that are equal to a given char