pub struct AsciiLowerCaser {}Expand description
The ASCII implementation of LowerCaser returns the lower case letter for all ASCII
alphabetic characters, and None for all other characters.
Trait Implementations§
Source§impl Default for AsciiLowerCaser
impl Default for AsciiLowerCaser
Source§fn default() -> AsciiLowerCaser
fn default() -> AsciiLowerCaser
Returns the “default value” for a type. Read more
Source§impl LowerCaser for AsciiLowerCaser
impl LowerCaser for AsciiLowerCaser
Auto Trait Implementations§
impl Freeze for AsciiLowerCaser
impl RefUnwindSafe for AsciiLowerCaser
impl Send for AsciiLowerCaser
impl Sync for AsciiLowerCaser
impl Unpin for AsciiLowerCaser
impl UnwindSafe for AsciiLowerCaser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more