pub struct IsDebugContext;Trait Implementations§
Source§impl ContextMarker for IsDebugContext
impl ContextMarker for IsDebugContext
Auto Trait Implementations§
impl Freeze for IsDebugContext
impl RefUnwindSafe for IsDebugContext
impl Send for IsDebugContext
impl Sync for IsDebugContext
impl Unpin for IsDebugContext
impl UnwindSafe for IsDebugContext
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