pub enum TraceEncoding {
V04,
V05,
}Expand description
Enumerates the different encoding types.
Variants§
Trait Implementations§
Source§impl Clone for TraceEncoding
impl Clone for TraceEncoding
Source§fn clone(&self) -> TraceEncoding
fn clone(&self) -> TraceEncoding
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 moreAuto Trait Implementations§
impl Freeze for TraceEncoding
impl RefUnwindSafe for TraceEncoding
impl Send for TraceEncoding
impl Sync for TraceEncoding
impl Unpin for TraceEncoding
impl UnsafeUnpin for TraceEncoding
impl UnwindSafe for TraceEncoding
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