Struct unicase::Ascii [−][src]
pub struct Ascii<S>(_);
Case Insensitive wrapper of Ascii strings.
Implementations
impl<S> Ascii<S>
[src]
impl<S> Ascii<S>
[src]pub const fn new(s: S) -> Ascii<S>
[src]
pub fn into_unicase(self) -> UniCase<S>
[src]
pub fn into_inner(self) -> S
[src]
Trait Implementations
impl<S: Clone> Clone for Ascii<S>
[src]
impl<S: Clone> Clone for Ascii<S>
[src]fn clone(&self) -> Ascii<S>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: AsRef<str>> PartialOrd<Ascii<T>> for Ascii<T>
[src]
impl<T: AsRef<str>> PartialOrd<Ascii<T>> for Ascii<T>
[src]impl<S: Copy> Copy for Ascii<S>
[src]
impl<S: AsRef<str>> Eq for Ascii<S>
[src]
Auto Trait Implementations
impl<S> Send for Ascii<S> where
S: Send,
S: Send,
impl<S> Sync for Ascii<S> where
S: Sync,
S: Sync,
impl<S> Unpin for Ascii<S> where
S: Unpin,
S: Unpin,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.