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