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