pub enum TraceContractVersion {
V1,
}Expand description
The tracing ABI understood by this arena.
Variants§
V1
Roots, strong and weak edges, ephemerons, safepoints, clearing, and teardown.
Trait Implementations§
Source§impl Clone for TraceContractVersion
impl Clone for TraceContractVersion
Source§fn clone(&self) -> TraceContractVersion
fn clone(&self) -> TraceContractVersion
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 moreimpl Copy for TraceContractVersion
Source§impl Debug for TraceContractVersion
impl Debug for TraceContractVersion
impl Eq for TraceContractVersion
Source§impl PartialEq for TraceContractVersion
impl PartialEq for TraceContractVersion
impl StructuralPartialEq for TraceContractVersion
Auto Trait Implementations§
impl Freeze for TraceContractVersion
impl RefUnwindSafe for TraceContractVersion
impl Send for TraceContractVersion
impl Sync for TraceContractVersion
impl Unpin for TraceContractVersion
impl UnsafeUnpin for TraceContractVersion
impl UnwindSafe for TraceContractVersion
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