pub struct CommandTrace { /* private fields */ }Expand description
One root span for a foreground CLI command.
Implementations§
Trait Implementations§
Source§impl Drop for CommandTrace
impl Drop for CommandTrace
Auto Trait Implementations§
impl !RefUnwindSafe for CommandTrace
impl !UnwindSafe for CommandTrace
impl Freeze for CommandTrace
impl Send for CommandTrace
impl Sync for CommandTrace
impl Unpin for CommandTrace
impl UnsafeUnpin for CommandTrace
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