pub struct CollectedEvents {
pub event_count: usize,
pub path_count: usize,
pub error_count: usize,
}Fields§
§event_count: usize§path_count: usize§error_count: usizeTrait Implementations§
Source§impl Clone for CollectedEvents
impl Clone for CollectedEvents
Source§fn clone(&self) -> CollectedEvents
fn clone(&self) -> CollectedEvents
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CollectedEvents
impl Debug for CollectedEvents
Source§impl Default for CollectedEvents
impl Default for CollectedEvents
Source§fn default() -> CollectedEvents
fn default() -> CollectedEvents
Returns the “default value” for a type. Read more
impl Copy for CollectedEvents
Auto Trait Implementations§
impl Freeze for CollectedEvents
impl RefUnwindSafe for CollectedEvents
impl Send for CollectedEvents
impl Sync for CollectedEvents
impl Unpin for CollectedEvents
impl UnsafeUnpin for CollectedEvents
impl UnwindSafe for CollectedEvents
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