pub struct InsertGuard { /* private fields */ }
Expand description
A guard object which restores an MDC entry when dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InsertGuard
impl RefUnwindSafe for InsertGuard
impl Send for InsertGuard
impl Sync for InsertGuard
impl Unpin for InsertGuard
impl UnwindSafe for InsertGuard
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