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