pub struct FactionTerritoryWarsResponse {
pub territorywars: Territorywars,
}
Fields§
§territorywars: Territorywars
If the chosen category is ‘ongoing’ the response will be of ‘FactionTerritoryWarOngoing’ type, otherwise, the type will be ‘FactionTerritoryWarFinished’.
Trait Implementations§
Source§impl Clone for FactionTerritoryWarsResponse
impl Clone for FactionTerritoryWarsResponse
Source§fn clone(&self) -> FactionTerritoryWarsResponse
fn clone(&self) -> FactionTerritoryWarsResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FactionTerritoryWarsResponse
impl Debug for FactionTerritoryWarsResponse
Source§impl<'de> Deserialize<'de> for FactionTerritoryWarsResponse
impl<'de> Deserialize<'de> for FactionTerritoryWarsResponse
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 FactionTerritoryWarsResponse
impl PartialEq for FactionTerritoryWarsResponse
Source§fn eq(&self, other: &FactionTerritoryWarsResponse) -> bool
fn eq(&self, other: &FactionTerritoryWarsResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for FactionTerritoryWarsResponse
Auto Trait Implementations§
impl Freeze for FactionTerritoryWarsResponse
impl RefUnwindSafe for FactionTerritoryWarsResponse
impl Send for FactionTerritoryWarsResponse
impl Sync for FactionTerritoryWarsResponse
impl Unpin for FactionTerritoryWarsResponse
impl UnwindSafe for FactionTerritoryWarsResponse
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