pub struct ParticipationStats {
pub all: Vec<i32>,
pub owner: Vec<i32>,
}
Fields§
§all: Vec<i32>
§owner: Vec<i32>
Implementations§
Trait Implementations§
Source§impl Clone for ParticipationStats
impl Clone for ParticipationStats
Source§fn clone(&self) -> ParticipationStats
fn clone(&self) -> ParticipationStats
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 ParticipationStats
impl Debug for ParticipationStats
Source§impl Default for ParticipationStats
impl Default for ParticipationStats
Source§fn default() -> ParticipationStats
fn default() -> ParticipationStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ParticipationStats
impl<'de> Deserialize<'de> for ParticipationStats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ParticipationStats
impl PartialEq for ParticipationStats
Source§impl Serialize for ParticipationStats
impl Serialize for ParticipationStats
impl StructuralPartialEq for ParticipationStats
Auto Trait Implementations§
impl Freeze for ParticipationStats
impl RefUnwindSafe for ParticipationStats
impl Send for ParticipationStats
impl Sync for ParticipationStats
impl Unpin for ParticipationStats
impl UnwindSafe for ParticipationStats
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