pub struct NoCapture;Expand description
The default: capture off. No record is assembled.
Trait Implementations§
impl Copy for NoCapture
Auto Trait Implementations§
impl Freeze for NoCapture
impl RefUnwindSafe for NoCapture
impl Send for NoCapture
impl Sync for NoCapture
impl Unpin for NoCapture
impl UnsafeUnpin for NoCapture
impl UnwindSafe for NoCapture
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