pub struct CaptureGuard { /* private fields */ }
Expand description
Guard returned by Capture::start()
. When it is dropped, capturing stops.
Trait Implementations§
Source§impl Debug for CaptureGuard
impl Debug for CaptureGuard
Auto Trait Implementations§
impl Freeze for CaptureGuard
impl RefUnwindSafe for CaptureGuard
impl Send for CaptureGuard
impl Sync for CaptureGuard
impl Unpin for CaptureGuard
impl UnwindSafe for CaptureGuard
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