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