pub struct FactionAttacksResponse {
pub attacks: Vec<Attack>,
pub metadata: RequestMetadataWithLinks,
}
Fields§
§attacks: Vec<Attack>
§metadata: RequestMetadataWithLinks
Trait Implementations§
Source§impl Clone for FactionAttacksResponse
impl Clone for FactionAttacksResponse
Source§fn clone(&self) -> FactionAttacksResponse
fn clone(&self) -> FactionAttacksResponse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FactionAttacksResponse
impl Debug for FactionAttacksResponse
Source§impl<'de> Deserialize<'de> for FactionAttacksResponse
impl<'de> Deserialize<'de> for FactionAttacksResponse
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 FactionAttacksResponse
impl PartialEq for FactionAttacksResponse
impl StructuralPartialEq for FactionAttacksResponse
Auto Trait Implementations§
impl Freeze for FactionAttacksResponse
impl RefUnwindSafe for FactionAttacksResponse
impl Send for FactionAttacksResponse
impl Sync for FactionAttacksResponse
impl Unpin for FactionAttacksResponse
impl UnwindSafe for FactionAttacksResponse
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