pub struct EventLossCounts {
pub point_events: u64,
pub annotations: u64,
pub sampled_out_events: u64,
}Expand description
Exact reasons typed timeline records were not retained.
Fields§
§point_events: u64§annotations: u64§sampled_out_events: u64Implementations§
Source§impl EventLossCounts
impl EventLossCounts
Sourcepub const fn capacity_drops(self) -> u64
pub const fn capacity_drops(self) -> u64
Total capacity loss. Policy sampling is reported separately.
Trait Implementations§
Source§impl Clone for EventLossCounts
impl Clone for EventLossCounts
Source§fn clone(&self) -> EventLossCounts
fn clone(&self) -> EventLossCounts
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 moreimpl Copy for EventLossCounts
Source§impl Debug for EventLossCounts
impl Debug for EventLossCounts
Source§impl Default for EventLossCounts
impl Default for EventLossCounts
Source§fn default() -> EventLossCounts
fn default() -> EventLossCounts
Returns the “default value” for a type. Read more
impl Eq for EventLossCounts
Source§impl PartialEq for EventLossCounts
impl PartialEq for EventLossCounts
impl StructuralPartialEq for EventLossCounts
Auto Trait Implementations§
impl Freeze for EventLossCounts
impl RefUnwindSafe for EventLossCounts
impl Send for EventLossCounts
impl Sync for EventLossCounts
impl Unpin for EventLossCounts
impl UnsafeUnpin for EventLossCounts
impl UnwindSafe for EventLossCounts
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