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