pub enum TraceValue {
Debug(String),
Opaque,
}Expand description
A snapshot of an atom’s value for trace events.
Variants§
Trait Implementations§
Source§impl Clone for TraceValue
impl Clone for TraceValue
Source§fn clone(&self) -> TraceValue
fn clone(&self) -> TraceValue
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 moreAuto Trait Implementations§
impl Freeze for TraceValue
impl RefUnwindSafe for TraceValue
impl Send for TraceValue
impl Sync for TraceValue
impl Unpin for TraceValue
impl UnsafeUnpin for TraceValue
impl UnwindSafe for TraceValue
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