pub enum Casing {
Lowercase,
Uppercase,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Casing
impl RefUnwindSafe for Casing
impl Send for Casing
impl Sync for Casing
impl Unpin for Casing
impl UnwindSafe for Casing
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