pub struct FactionRaidsResponse {
pub raids: Vec<FactionRaidWarfare>,
pub metadata: RequestMetadataWithLinks,
}
Fields§
§raids: Vec<FactionRaidWarfare>
§metadata: RequestMetadataWithLinks
Trait Implementations§
Source§impl Clone for FactionRaidsResponse
impl Clone for FactionRaidsResponse
Source§fn clone(&self) -> FactionRaidsResponse
fn clone(&self) -> FactionRaidsResponse
Returns a duplicate 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 FactionRaidsResponse
impl Debug for FactionRaidsResponse
Source§impl<'de> Deserialize<'de> for FactionRaidsResponse
impl<'de> Deserialize<'de> for FactionRaidsResponse
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 FactionRaidsResponse
impl PartialEq for FactionRaidsResponse
impl StructuralPartialEq for FactionRaidsResponse
Auto Trait Implementations§
impl Freeze for FactionRaidsResponse
impl RefUnwindSafe for FactionRaidsResponse
impl Send for FactionRaidsResponse
impl Sync for FactionRaidsResponse
impl Unpin for FactionRaidsResponse
impl UnwindSafe for FactionRaidsResponse
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