pub struct FactionChainReportDetails {}
Fields§
§chain: i32
§respect: f64
§members: i32
§targets: i32
§war: i32
§best: f64
§leave: i32
§mug: i32
§hospitalize: i32
§assists: i32
§retaliations: i32
§overseas: i32
§draws: i32
§escapes: i32
§losses: i32
Trait Implementations§
Source§impl Clone for FactionChainReportDetails
impl Clone for FactionChainReportDetails
Source§fn clone(&self) -> FactionChainReportDetails
fn clone(&self) -> FactionChainReportDetails
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 FactionChainReportDetails
impl Debug for FactionChainReportDetails
Source§impl<'de> Deserialize<'de> for FactionChainReportDetails
impl<'de> Deserialize<'de> for FactionChainReportDetails
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
impl StructuralPartialEq for FactionChainReportDetails
Auto Trait Implementations§
impl Freeze for FactionChainReportDetails
impl RefUnwindSafe for FactionChainReportDetails
impl Send for FactionChainReportDetails
impl Sync for FactionChainReportDetails
impl Unpin for FactionChainReportDetails
impl UnwindSafe for FactionChainReportDetails
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