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