pub struct FactionChainReportAttackerAttacks {
    pub total: i32,
    pub leave: i32,
    pub mug: i32,
    pub hospitalize: i32,
    pub assists: i32,
    pub retaliations: i32,
    pub overseas: i32,
    pub draws: i32,
    pub escapes: Option<i32>,
    pub losses: i32,
    pub war: i32,
    pub bonuses: i32,
}Fields§
§total: i32§leave: i32§mug: i32§hospitalize: i32§assists: i32§retaliations: i32§overseas: i32§draws: i32§escapes: Option<i32>§losses: i32§war: i32§bonuses: i32Trait Implementations§
Source§impl Clone for FactionChainReportAttackerAttacks
 
impl Clone for FactionChainReportAttackerAttacks
Source§fn clone(&self) -> FactionChainReportAttackerAttacks
 
fn clone(&self) -> FactionChainReportAttackerAttacks
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<'de> Deserialize<'de> for FactionChainReportAttackerAttacks
 
impl<'de> Deserialize<'de> for FactionChainReportAttackerAttacks
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 FactionChainReportAttackerAttacks
 
impl PartialEq for FactionChainReportAttackerAttacks
Source§fn eq(&self, other: &FactionChainReportAttackerAttacks) -> bool
 
fn eq(&self, other: &FactionChainReportAttackerAttacks) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FactionChainReportAttackerAttacks
Auto Trait Implementations§
impl Freeze for FactionChainReportAttackerAttacks
impl RefUnwindSafe for FactionChainReportAttackerAttacks
impl Send for FactionChainReportAttackerAttacks
impl Sync for FactionChainReportAttackerAttacks
impl Unpin for FactionChainReportAttackerAttacks
impl UnwindSafe for FactionChainReportAttackerAttacks
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