pub struct DeleteMetrics {
pub spans: usize,
pub span_events: usize,
pub events: usize,
}
Fields§
§spans: usize
§span_events: usize
§events: usize
Auto Trait Implementations§
impl Freeze for DeleteMetrics
impl RefUnwindSafe for DeleteMetrics
impl Send for DeleteMetrics
impl Sync for DeleteMetrics
impl Unpin for DeleteMetrics
impl UnwindSafe for DeleteMetrics
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