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