Struct torn_api::torn::EliminationLeaderboard  
source · pub struct EliminationLeaderboard {
    pub position: i16,
    pub team: EliminationTeam,
    pub score: i16,
    pub lives: i16,
    pub participants: Option<i16>,
    pub wins: Option<i32>,
    pub losses: Option<i32>,
}Fields§
§position: i16§team: EliminationTeam§score: i16§lives: i16§participants: Option<i16>§wins: Option<i32>§losses: Option<i32>Trait Implementations§
source§impl Clone for EliminationLeaderboard
 
impl Clone for EliminationLeaderboard
source§fn clone(&self) -> EliminationLeaderboard
 
fn clone(&self) -> EliminationLeaderboard
Returns a copy 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 EliminationLeaderboard
 
impl Debug for EliminationLeaderboard
source§impl<'de> Deserialize<'de> for EliminationLeaderboard
 
impl<'de> Deserialize<'de> for EliminationLeaderboard
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
Auto Trait Implementations§
impl RefUnwindSafe for EliminationLeaderboard
impl Send for EliminationLeaderboard
impl Sync for EliminationLeaderboard
impl Unpin for EliminationLeaderboard
impl UnwindSafe for EliminationLeaderboard
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