pub struct DeleteMetrics {
pub connections: usize,
pub spans: usize,
pub span_events: usize,
pub events: usize,
}Fields§
§connections: usize§spans: usize§span_events: usize§events: usizeAuto 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