Enum torn_api::key::FactionSelection
source · pub enum FactionSelection {
Show 34 variants
Applications,
Armor,
ArmoryNews,
AttackNews,
Attacks,
AttacksFull,
Basic,
Boosters,
Cesium,
Chain,
ChainReport,
Chains,
Contributors,
Crimenews,
Crimes,
Currency,
Donations,
Drugs,
FundsNews,
MainNews,
Medical,
MembershipNews,
Positions,
Reports,
Revives,
RevivesFull,
Stats,
Temporary,
Territory,
TerritoryNews,
Timestamp,
Upgrades,
Weapons,
Lookup,
}
Variants§
Applications
Armor
ArmoryNews
AttackNews
Attacks
AttacksFull
Basic
Boosters
Cesium
Chain
ChainReport
Chains
Contributors
Crimenews
Crimes
Currency
Donations
Drugs
FundsNews
MainNews
Medical
MembershipNews
Positions
Reports
Revives
RevivesFull
Stats
Temporary
Territory
TerritoryNews
Timestamp
Upgrades
Weapons
Lookup
Trait Implementations§
source§impl Clone for FactionSelection
impl Clone for FactionSelection
source§fn clone(&self) -> FactionSelection
fn clone(&self) -> FactionSelection
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 FactionSelection
impl Debug for FactionSelection
source§impl<'de> Deserialize<'de> for FactionSelection
impl<'de> Deserialize<'de> for FactionSelection
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 FactionSelection
impl Hash for FactionSelection
source§impl PartialEq<FactionSelection> for FactionSelection
impl PartialEq<FactionSelection> for FactionSelection
source§fn eq(&self, other: &FactionSelection) -> bool
fn eq(&self, other: &FactionSelection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for FactionSelection
impl Serialize for FactionSelection
impl Copy for FactionSelection
impl Eq for FactionSelection
impl StructuralEq for FactionSelection
impl StructuralPartialEq for FactionSelection
Auto Trait Implementations§
impl RefUnwindSafe for FactionSelection
impl Send for FactionSelection
impl Sync for FactionSelection
impl Unpin for FactionSelection
impl UnwindSafe for FactionSelection
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.