Struct tracing_chrome::FlushGuard
source · pub struct FlushGuard { /* private fields */ }
Expand description
This guard will signal the thread writing the trace file to stop and join it when dropped.
Implementations§
source§impl FlushGuard
impl FlushGuard
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FlushGuard
impl !RefUnwindSafe for FlushGuard
impl Send for FlushGuard
impl !Sync for FlushGuard
impl Unpin for FlushGuard
impl !UnwindSafe for FlushGuard
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