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