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