pub struct EntryHistory {
pub event: i64,
pub points: i64,
pub total_points: i64,
pub rank: i64,
pub rank_sort: i64,
pub overall_rank: i64,
pub bank: i64,
pub value: i64,
pub event_transfers: i64,
pub event_transfers_cost: i64,
pub points_on_bench: i64,
}Fields§
§event: i64§points: i64§total_points: i64§rank: i64§rank_sort: i64§overall_rank: i64§bank: i64§value: i64§event_transfers: i64§event_transfers_cost: i64§points_on_bench: i64Trait Implementations§
Source§impl Clone for EntryHistory
impl Clone for EntryHistory
Source§fn clone(&self) -> EntryHistory
fn clone(&self) -> EntryHistory
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 EntryHistory
impl Debug for EntryHistory
Source§impl Default for EntryHistory
impl Default for EntryHistory
Source§fn default() -> EntryHistory
fn default() -> EntryHistory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntryHistory
impl<'de> Deserialize<'de> for EntryHistory
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 EntryHistory
impl PartialEq for EntryHistory
Source§impl Serialize for EntryHistory
impl Serialize for EntryHistory
impl StructuralPartialEq for EntryHistory
Auto Trait Implementations§
impl Freeze for EntryHistory
impl RefUnwindSafe for EntryHistory
impl Send for EntryHistory
impl Sync for EntryHistory
impl Unpin for EntryHistory
impl UnsafeUnpin for EntryHistory
impl UnwindSafe for EntryHistory
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