pub struct FactionChainReportAttackerRespect {
pub total: f64,
pub average: f64,
pub best: f64,
}
Fields§
§total: f64
§average: f64
§best: f64
Trait Implementations§
Source§impl Clone for FactionChainReportAttackerRespect
impl Clone for FactionChainReportAttackerRespect
Source§fn clone(&self) -> FactionChainReportAttackerRespect
fn clone(&self) -> FactionChainReportAttackerRespect
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 FactionChainReportAttackerRespect
impl<'de> Deserialize<'de> for FactionChainReportAttackerRespect
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 FactionChainReportAttackerRespect
impl PartialEq for FactionChainReportAttackerRespect
Source§fn eq(&self, other: &FactionChainReportAttackerRespect) -> bool
fn eq(&self, other: &FactionChainReportAttackerRespect) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for FactionChainReportAttackerRespect
Auto Trait Implementations§
impl Freeze for FactionChainReportAttackerRespect
impl RefUnwindSafe for FactionChainReportAttackerRespect
impl Send for FactionChainReportAttackerRespect
impl Sync for FactionChainReportAttackerRespect
impl Unpin for FactionChainReportAttackerRespect
impl UnwindSafe for FactionChainReportAttackerRespect
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