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