pub struct SkippedEvents {
pub missing_metadata: i64,
pub missing_usage: i64,
pub empty_usage: i64,
pub out_of_range: i64,
pub account_mismatch: i64,
}Fields§
§missing_metadata: i64§missing_usage: i64§empty_usage: i64§out_of_range: i64§account_mismatch: i64Trait Implementations§
Source§impl Clone for SkippedEvents
impl Clone for SkippedEvents
Source§fn clone(&self) -> SkippedEvents
fn clone(&self) -> SkippedEvents
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 moreSource§impl Debug for SkippedEvents
impl Debug for SkippedEvents
Source§impl Default for SkippedEvents
impl Default for SkippedEvents
Source§fn default() -> SkippedEvents
fn default() -> SkippedEvents
Returns the “default value” for a type. Read more
Source§impl PartialEq for SkippedEvents
impl PartialEq for SkippedEvents
Source§fn eq(&self, other: &SkippedEvents) -> bool
fn eq(&self, other: &SkippedEvents) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SkippedEvents
impl Serialize for SkippedEvents
impl StructuralPartialEq for SkippedEvents
Auto Trait Implementations§
impl Freeze for SkippedEvents
impl RefUnwindSafe for SkippedEvents
impl Send for SkippedEvents
impl Sync for SkippedEvents
impl Unpin for SkippedEvents
impl UnsafeUnpin for SkippedEvents
impl UnwindSafe for SkippedEvents
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