pub enum TraceType {
Trace,
VmTrace,
StateDiff,
}
Expand description
Description of the type of trace to make
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TraceType
impl RefUnwindSafe for TraceType
impl Send for TraceType
impl Sync for TraceType
impl Unpin for TraceType
impl UnwindSafe for TraceType
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