pub struct INSENSITIVE { /* private fields */ }
Trait Implementations§
Source§impl Deref for INSENSITIVE
impl Deref for INSENSITIVE
impl LazyStatic for INSENSITIVE
Auto Trait Implementations§
impl Freeze for INSENSITIVE
impl RefUnwindSafe for INSENSITIVE
impl Send for INSENSITIVE
impl Sync for INSENSITIVE
impl Unpin for INSENSITIVE
impl UnwindSafe for INSENSITIVE
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