pub struct DroppedP0Stats {
pub dropped_p0_traces: usize,
pub dropped_p0_spans: usize,
}Fields§
§dropped_p0_traces: usize§dropped_p0_spans: usizeAuto Trait Implementations§
impl Freeze for DroppedP0Stats
impl RefUnwindSafe for DroppedP0Stats
impl Send for DroppedP0Stats
impl Sync for DroppedP0Stats
impl Unpin for DroppedP0Stats
impl UnsafeUnpin for DroppedP0Stats
impl UnwindSafe for DroppedP0Stats
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