Struct unicase::UniCase
[-]
[+]
[src]
pub struct UniCase<S>(pub S);
Case Insensitive wrapper of strings.
pub struct UniCase<S>(pub S);
Case Insensitive wrapper of strings.
impl<S> Deref for UniCase<S>
type Target = S
fn deref<'a>(&'a self) -> &'a S
impl<S> DerefMut for UniCase<S>
fn deref_mut<'a>(&'a mut self) -> &'a mut S
impl<S: Deref<Target=str>> Str for UniCase<S>
impl<S: String> String for UniCase<S>
impl<S: Deref<Target=str>> PartialEq for UniCase<S>
impl<S: Deref<Target=str>> PartialEq<S> for UniCase<S>
impl<S: Deref<Target=str>> Eq for UniCase<S>
fn assert_receiver_is_total_eq(&self)
impl<S: FromStr> FromStr for UniCase<S>
impl<H: Writer + Hasher, S: Deref<Target=str>> Hash<H> for UniCase<S>
fn hash(&self, hasher: &mut H)
impl<S: Show> Show for UniCase<S>
impl<S: Clone> Clone for UniCase<S>
fn clone(&self) -> UniCase<S>
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
).