[−][src]Struct unicase::Ascii
Case Insensitive wrapper of Ascii strings.
Methods
impl<S> Ascii<S>
[src][−]
pub const fn new(s: S) -> Ascii<S>
[src]
pub fn into_inner(self) -> S
[src]
Trait Implementations
impl<S1: AsRef<str>> PartialEq<Ascii<S1>> for String
[src][+]
impl<'a, S1: AsRef<str>> PartialEq<Ascii<S1>> for &'a str
[src][+]
impl<S1: AsRef<str>, S2: AsRef<str>> PartialEq<S2> for Ascii<S1>
[src][+]
impl<S: AsRef<str>> AsRef<str> for Ascii<S>
[src][+]
impl<S: Default> Default for Ascii<S>
[src][+]
impl<T: AsRef<str>> Ord for Ascii<T>
[src][+]
impl<S: Clone> Clone for Ascii<S>
[src][+]
impl<S: AsRef<str>> Eq for Ascii<S>
[src]
impl<S: Copy> Copy for Ascii<S>
[src]
impl<T: AsRef<str>> PartialOrd<Ascii<T>> for Ascii<T>
[src][+]
impl<S: Debug> Debug for Ascii<S>
[src][+]
impl<S: Display> Display for Ascii<S>
[src][+]
impl<S> DerefMut for Ascii<S>
[src][+]
impl<S: AsRef<str>> Hash for Ascii<S>
[src][+]
impl<S> Deref for Ascii<S>
[src][+]
impl<S: FromStr> FromStr for Ascii<S>
[src][+]
Auto Trait Implementations
Blanket Implementations
impl<T> ToString for T where
T: Display + ?Sized,
[src][−]
T: Display + ?Sized,
impl<T> From for T
[src][−]
impl<T, U> Into for T where
U: From<T>,
[src][−]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][−]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src][−]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src][−]
impl<T> Borrow for T where
T: ?Sized,
[src][−]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src][−]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src][−]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src][−]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src][−]
impl<T> Any for T where
T: 'static + ?Sized,
[src][−]
T: 'static + ?Sized,