pub struct INSENSITIVE_GROUP { /* private fields */ }
Trait Implementations§
Source§impl Deref for INSENSITIVE_GROUP
impl Deref for INSENSITIVE_GROUP
Source§type Target = GroupSettings
type Target = GroupSettings
The resulting type after dereferencing.
Source§fn deref(&self) -> &GroupSettings
fn deref(&self) -> &GroupSettings
Dereferences the value.
impl LazyStatic for INSENSITIVE_GROUP
Auto Trait Implementations§
impl Freeze for INSENSITIVE_GROUP
impl RefUnwindSafe for INSENSITIVE_GROUP
impl Send for INSENSITIVE_GROUP
impl Sync for INSENSITIVE_GROUP
impl Unpin for INSENSITIVE_GROUP
impl UnwindSafe for INSENSITIVE_GROUP
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