pub enum TraceFormat {
Error,
Stack,
Full,
Json,
}
Variants§
Implementations§
Source§impl TraceFormat
impl TraceFormat
pub fn error_for_trace( &self, trace: TransactionTrace, progress: Option<&ProgressBar>, ) -> Result<(), Error>
Trait Implementations§
Source§impl Clone for TraceFormat
impl Clone for TraceFormat
Source§fn clone(&self) -> TraceFormat
fn clone(&self) -> TraceFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TraceFormat
impl Debug for TraceFormat
Source§impl FromStr for TraceFormat
impl FromStr for TraceFormat
impl Copy for TraceFormat
Auto Trait Implementations§
impl Freeze for TraceFormat
impl RefUnwindSafe for TraceFormat
impl Send for TraceFormat
impl Sync for TraceFormat
impl Unpin for TraceFormat
impl UnwindSafe for TraceFormat
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