pub struct FactionWars {
pub ranked: Option<FactionRankedWar>,
pub raids: Vec<FactionRaidWar>,
pub territory: Vec<FactionTerritoryWar>,
}
Fields§
§ranked: Option<FactionRankedWar>
§raids: Vec<FactionRaidWar>
§territory: Vec<FactionTerritoryWar>
Trait Implementations§
Source§impl Clone for FactionWars
impl Clone for FactionWars
Source§fn clone(&self) -> FactionWars
fn clone(&self) -> FactionWars
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 FactionWars
impl Debug for FactionWars
Source§impl<'de> Deserialize<'de> for FactionWars
impl<'de> Deserialize<'de> for FactionWars
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 FactionWars
impl PartialEq for FactionWars
impl StructuralPartialEq for FactionWars
Auto Trait Implementations§
impl Freeze for FactionWars
impl RefUnwindSafe for FactionWars
impl Send for FactionWars
impl Sync for FactionWars
impl Unpin for FactionWars
impl UnwindSafe for FactionWars
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