pub enum TraceFormat {
Json,
Jsonl,
}Variants§
Trait Implementations§
Source§impl Clone for TraceFormat
impl Clone for TraceFormat
Source§fn clone(&self) -> TraceFormat
fn clone(&self) -> TraceFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PartialEq for TraceFormat
impl PartialEq for TraceFormat
Source§fn eq(&self, other: &TraceFormat) -> bool
fn eq(&self, other: &TraceFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TraceFormat
impl Eq for TraceFormat
impl StructuralPartialEq 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 UnsafeUnpin 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