pub enum TraceFormatName {
Compact,
Explaining,
HiDoc,
}Variants§
Compact
Only show filename:line:column
Explaining
Display source code with attached trace annotations
HiDoc
Experimental trace formatting based on hi-doc library
Trait Implementations§
Source§impl Clone for TraceFormatName
impl Clone for TraceFormatName
Source§fn clone(&self) -> TraceFormatName
fn clone(&self) -> TraceFormatName
Returns a duplicate 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 PartialEq for TraceFormatName
impl PartialEq for TraceFormatName
Source§impl ValueEnum for TraceFormatName
impl ValueEnum for TraceFormatName
impl Eq for TraceFormatName
impl StructuralPartialEq for TraceFormatName
Auto Trait Implementations§
impl Freeze for TraceFormatName
impl RefUnwindSafe for TraceFormatName
impl Send for TraceFormatName
impl Sync for TraceFormatName
impl Unpin for TraceFormatName
impl UnwindSafe for TraceFormatName
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.