pub struct Trace<B> { /* private fields */ }
Expand description
Abstractly represents a sequence of events in such a way that checkpoints can be created and shared.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for Trace<B>
impl<B> RefUnwindSafe for Trace<B>where
B: RefUnwindSafe,
impl<B> Send for Trace<B>
impl<B> Sync for Trace<B>
impl<B> Unpin for Trace<B>where
B: Unpin,
impl<B> UnwindSafe for Trace<B>where
B: UnwindSafe + RefUnwindSafe,
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