pub struct PurgeAllStats {
pub logs_deleted: u64,
pub spans_deleted: u64,
pub metrics_deleted: u64,
}Expand description
Statistics returned after a purge_all operation.
Fields§
§logs_deleted: u64§spans_deleted: u64§metrics_deleted: u64Trait Implementations§
Source§impl Clone for PurgeAllStats
impl Clone for PurgeAllStats
Source§fn clone(&self) -> PurgeAllStats
fn clone(&self) -> PurgeAllStats
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 moreAuto Trait Implementations§
impl Freeze for PurgeAllStats
impl RefUnwindSafe for PurgeAllStats
impl Send for PurgeAllStats
impl Sync for PurgeAllStats
impl Unpin for PurgeAllStats
impl UnsafeUnpin for PurgeAllStats
impl UnwindSafe for PurgeAllStats
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