pub struct TapDrainGuard;Trait Implementations§
Source§impl Drop for TapDrainGuard
impl Drop for TapDrainGuard
Auto Trait Implementations§
impl Freeze for TapDrainGuard
impl RefUnwindSafe for TapDrainGuard
impl Send for TapDrainGuard
impl Sync for TapDrainGuard
impl Unpin for TapDrainGuard
impl UnsafeUnpin for TapDrainGuard
impl UnwindSafe for TapDrainGuard
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