pub struct MockGuard;Expand description
Guard that clears the mock handler on drop.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockGuard
impl RefUnwindSafe for MockGuard
impl Send for MockGuard
impl Sync for MockGuard
impl Unpin for MockGuard
impl UnsafeUnpin for MockGuard
impl UnwindSafe for MockGuard
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