pub struct TraceCallStats { /* private fields */ }Trait Implementations§
Source§impl Clone for TraceCallStats
impl Clone for TraceCallStats
Source§fn clone(&self) -> TraceCallStats
fn clone(&self) -> TraceCallStats
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 TraceCallStats
impl Debug for TraceCallStats
Source§impl Default for TraceCallStats
impl Default for TraceCallStats
Source§fn default() -> TraceCallStats
fn default() -> TraceCallStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TraceCallStats
impl<'de> Deserialize<'de> for TraceCallStats
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 TraceCallStats
impl RefUnwindSafe for TraceCallStats
impl Send for TraceCallStats
impl Sync for TraceCallStats
impl Unpin for TraceCallStats
impl UnsafeUnpin for TraceCallStats
impl UnwindSafe for TraceCallStats
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