pub enum WordCase {
Upper,
Lower,
Title,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WordCase
impl RefUnwindSafe for WordCase
impl Send for WordCase
impl Sync for WordCase
impl Unpin for WordCase
impl UnsafeUnpin for WordCase
impl UnwindSafe for WordCase
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