Struct torn_api::key::Selections
source · pub struct Selections {
pub user: HashSet<UserSelection>,
pub faction: HashSet<FactionSelection>,
pub company: HashSet<CompanySelection>,
pub torn: HashSet<TornSelection>,
pub market: HashSet<MarketSelection>,
pub property: HashSet<PropertySelection>,
pub key: HashSet<KeySelection>,
}
Fields§
§user: HashSet<UserSelection>
§faction: HashSet<FactionSelection>
§company: HashSet<CompanySelection>
§torn: HashSet<TornSelection>
§market: HashSet<MarketSelection>
§property: HashSet<PropertySelection>
§key: HashSet<KeySelection>
Trait Implementations§
source§impl Clone for Selections
impl Clone for Selections
source§fn clone(&self) -> Selections
fn clone(&self) -> Selections
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 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