pub struct TraceSource { /* private fields */ }Expand description
Source executor that records prepare ordering and tags frame metadata.
Implementations§
Source§impl TraceSource
impl TraceSource
Trait Implementations§
Source§impl FrameExecutor for TraceSource
impl FrameExecutor for TraceSource
Auto Trait Implementations§
impl Freeze for TraceSource
impl RefUnwindSafe for TraceSource
impl Send for TraceSource
impl Sync for TraceSource
impl Unpin for TraceSource
impl UnsafeUnpin for TraceSource
impl UnwindSafe for TraceSource
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