Enum torn_api::key::TornSelection
source · pub enum TornSelection {
Show 29 variants
Bank,
Cards,
ChainReport,
Companies,
Competition,
Education,
FactionTree,
Gyms,
Honors,
Items,
ItemStats,
LogCategories,
LogTypes,
Medals,
OrganisedCrimes,
PawnShop,
PokerTables,
Properties,
Rackets,
Raids,
RankedWars,
RankedWarReport,
Stats,
Stocks,
Territory,
TerritoryWars,
Timestamp,
Lookup,
CityShops,
}
Variants§
Bank
Cards
ChainReport
Companies
Competition
Education
FactionTree
Gyms
Honors
Items
ItemStats
LogCategories
LogTypes
Medals
OrganisedCrimes
PawnShop
PokerTables
Properties
Rackets
Raids
RankedWars
RankedWarReport
Stats
Stocks
Territory
TerritoryWars
Timestamp
Lookup
CityShops
Trait Implementations§
source§impl Clone for TornSelection
impl Clone for TornSelection
source§fn clone(&self) -> TornSelection
fn clone(&self) -> TornSelection
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 TornSelection
impl Debug for TornSelection
source§impl<'de> Deserialize<'de> for TornSelection
impl<'de> Deserialize<'de> for TornSelection
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 Hash for TornSelection
impl Hash for TornSelection
source§impl PartialEq<TornSelection> for TornSelection
impl PartialEq<TornSelection> for TornSelection
source§fn eq(&self, other: &TornSelection) -> bool
fn eq(&self, other: &TornSelection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TornSelection
impl Serialize for TornSelection
impl Copy for TornSelection
impl Eq for TornSelection
impl StructuralEq for TornSelection
impl StructuralPartialEq for TornSelection
Auto Trait Implementations§
impl RefUnwindSafe for TornSelection
impl Send for TornSelection
impl Sync for TornSelection
impl Unpin for TornSelection
impl UnwindSafe for TornSelection
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.