pub struct Trace { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for Trace
impl Ord for Trace
Source§impl PartialOrd for Trace
impl PartialOrd for Trace
Source§impl ToCommand for Trace
impl ToCommand for Trace
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for Trace
impl StructuralPartialEq for Trace
Auto Trait Implementations§
impl Freeze for Trace
impl RefUnwindSafe for Trace
impl Send for Trace
impl Sync for Trace
impl Unpin for Trace
impl UnwindSafe for Trace
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