pub struct TraceMetadata {
pub events_captured: usize,
pub events_dropped: usize,
pub truncated: bool,
}Fields§
§events_captured: usize§events_dropped: usize§truncated: boolTrait Implementations§
Source§impl Clone for TraceMetadata
impl Clone for TraceMetadata
Source§fn clone(&self) -> TraceMetadata
fn clone(&self) -> TraceMetadata
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 moreSource§impl Debug for TraceMetadata
impl Debug for TraceMetadata
Source§impl Default for TraceMetadata
impl Default for TraceMetadata
Source§fn default() -> TraceMetadata
fn default() -> TraceMetadata
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TraceMetadata
impl RefUnwindSafe for TraceMetadata
impl Send for TraceMetadata
impl Sync for TraceMetadata
impl Unpin for TraceMetadata
impl UnsafeUnpin for TraceMetadata
impl UnwindSafe for TraceMetadata
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