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