Struct tracing_tunnel::DebugObject
source · pub struct DebugObject(/* private fields */);
Expand description
Opaque wrapper for a Debug
gable object recorded as a value
in a tracing span or event.
Trait Implementations§
source§impl Clone for DebugObject
impl Clone for DebugObject
source§fn clone(&self) -> DebugObject
fn clone(&self) -> DebugObject
Returns a copy 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 Debug for DebugObject
impl Debug for DebugObject
source§impl<'de> Deserialize<'de> for DebugObject
impl<'de> Deserialize<'de> for DebugObject
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DebugObject
impl RefUnwindSafe for DebugObject
impl Send for DebugObject
impl Sync for DebugObject
impl Unpin for DebugObject
impl UnwindSafe for DebugObject
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