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