pub struct FlatCase;Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlatCase
impl RefUnwindSafe for FlatCase
impl Send for FlatCase
impl Sync for FlatCase
impl Unpin for FlatCase
impl UnwindSafe for FlatCase
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