pub struct LowerCase();
Expand description
Set of ASCII lowercase alphabets
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LowerCase
impl RefUnwindSafe for LowerCase
impl Send for LowerCase
impl Sync for LowerCase
impl Unpin for LowerCase
impl UnwindSafe for LowerCase
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