pub struct ExtendGuard(/* private fields */);
Expand description
A guard objects which restores MDC entries when dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtendGuard
impl RefUnwindSafe for ExtendGuard
impl Send for ExtendGuard
impl Sync for ExtendGuard
impl Unpin for ExtendGuard
impl UnwindSafe for ExtendGuard
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