pub enum TornSelectionNameVariant {
Show 38 variants
Attacklog,
Bounties,
Calendar,
Crimes,
Education,
Factionhof,
Factiontree,
Hof,
Honors,
Itemammo,
Itemmods,
Items,
Logcategories,
Logtypes,
Lookup,
Medals,
Merits,
Organizedcrimes,
Properties,
Subcrimes,
Territory,
Timestamp,
Bank,
Cards,
Cityshops,
Companies,
Competition,
Gyms,
Itemdetails,
Itemstats,
Organisedcrimes,
Pawnshop,
Pokertables,
Rockpaperscissors,
Searchforcash,
Shoplifting,
Stats,
Stocks,
}
Expand description
The following selections will fallback to API v1 and may change at any time: ‘bank’,‘cards’,‘cityshops’,‘companies’,‘competition’,‘gyms’,‘itemdetails’,‘itemstats’,‘organisedcrimes’,‘pawnshop’,‘pokertables’,‘rockpaperscissors’,‘searchforcash’,‘shoplifting’,‘stats’,‘stocks’. The following selections are not available in API v2: ‘dirtybombs’,‘raidreport’,‘raids’, ‘chainreport’, ‘rackets’, ‘rankedwarreport’, ‘rankedwars’, ‘territorynames’, ‘territorywarreport’, ‘territorywars’.
Variants§
Attacklog
Bounties
Calendar
Crimes
Education
Factionhof
Factiontree
Hof
Honors
Itemammo
Itemmods
Items
Logcategories
Logtypes
Lookup
Medals
Merits
Organizedcrimes
Properties
Subcrimes
Territory
Timestamp
Bank
Cards
Cityshops
Companies
Competition
Gyms
Itemdetails
Itemstats
Organisedcrimes
Pawnshop
Pokertables
Rockpaperscissors
Searchforcash
Shoplifting
Stats
Stocks
Trait Implementations§
Source§impl Clone for TornSelectionNameVariant
impl Clone for TornSelectionNameVariant
Source§fn clone(&self) -> TornSelectionNameVariant
fn clone(&self) -> TornSelectionNameVariant
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 TornSelectionNameVariant
impl Debug for TornSelectionNameVariant
Source§impl<'de> Deserialize<'de> for TornSelectionNameVariant
impl<'de> Deserialize<'de> for TornSelectionNameVariant
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 Display for TornSelectionNameVariant
impl Display for TornSelectionNameVariant
Source§impl From<TornSelectionNameVariant> for TornSelectionName
impl From<TornSelectionNameVariant> for TornSelectionName
Source§fn from(value: TornSelectionNameVariant) -> Self
fn from(value: TornSelectionNameVariant) -> Self
Converts to this type from the input type.
Source§impl Hash for TornSelectionNameVariant
impl Hash for TornSelectionNameVariant
Source§impl PartialEq for TornSelectionNameVariant
impl PartialEq for TornSelectionNameVariant
impl Copy for TornSelectionNameVariant
impl Eq for TornSelectionNameVariant
impl StructuralPartialEq for TornSelectionNameVariant
Auto Trait Implementations§
impl Freeze for TornSelectionNameVariant
impl RefUnwindSafe for TornSelectionNameVariant
impl Send for TornSelectionNameVariant
impl Sync for TornSelectionNameVariant
impl Unpin for TornSelectionNameVariant
impl UnwindSafe for TornSelectionNameVariant
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