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