pub struct Selections {
pub company: Vec<String>,
pub faction: Vec<FactionSelectionName>,
pub market: Vec<MarketSelectionName>,
pub property: Vec<String>,
pub torn: Vec<TornSelectionName>,
pub user: Vec<UserSelectionName>,
pub racing: Vec<RacingSelectionName>,
pub forum: Vec<ForumSelectionName>,
pub key: Vec<KeySelectionName>,
}
Fields§
§company: Vec<String>
§faction: Vec<FactionSelectionName>
§market: Vec<MarketSelectionName>
§property: Vec<String>
§torn: Vec<TornSelectionName>
§user: Vec<UserSelectionName>
§racing: Vec<RacingSelectionName>
§forum: Vec<ForumSelectionName>
§key: Vec<KeySelectionName>
Trait Implementations§
Source§impl Clone for Selections
impl Clone for Selections
Source§fn clone(&self) -> Selections
fn clone(&self) -> Selections
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 Selections
impl Debug for Selections
Source§impl<'de> Deserialize<'de> for Selections
impl<'de> Deserialize<'de> for Selections
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 Selections
impl PartialEq for Selections
impl StructuralPartialEq for Selections
Auto Trait Implementations§
impl Freeze for Selections
impl RefUnwindSafe for Selections
impl Send for Selections
impl Sync for Selections
impl Unpin for Selections
impl UnwindSafe for Selections
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