pub struct FactionStatsResponse {
pub stats: Vec<FactionStat>,
}
Fields§
§stats: Vec<FactionStat>
Trait Implementations§
Source§impl Clone for FactionStatsResponse
impl Clone for FactionStatsResponse
Source§fn clone(&self) -> FactionStatsResponse
fn clone(&self) -> FactionStatsResponse
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 FactionStatsResponse
impl Debug for FactionStatsResponse
Source§impl<'de> Deserialize<'de> for FactionStatsResponse
impl<'de> Deserialize<'de> for FactionStatsResponse
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 FactionStatsResponse
impl PartialEq for FactionStatsResponse
impl StructuralPartialEq for FactionStatsResponse
Auto Trait Implementations§
impl Freeze for FactionStatsResponse
impl RefUnwindSafe for FactionStatsResponse
impl Send for FactionStatsResponse
impl Sync for FactionStatsResponse
impl Unpin for FactionStatsResponse
impl UnwindSafe for FactionStatsResponse
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