pub struct DebugToggle { /* private fields */ }Expand description
A debug toggle cached until an override changes. Unset values can be read without acquiring the cache lock.
Implementations§
Auto Trait Implementations§
impl !Freeze for DebugToggle
impl RefUnwindSafe for DebugToggle
impl Send for DebugToggle
impl Sync for DebugToggle
impl Unpin for DebugToggle
impl UnsafeUnpin for DebugToggle
impl UnwindSafe for DebugToggle
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