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