pub enum UserSelectionNameVariant {
Show 65 variants
Attacks,
Attacksfull,
Basic,
Battlestats,
Bounties,
Calendar,
Competition,
Crimes,
Enlistedcars,
Faction,
Factionbalance,
Forumfeed,
Forumfriends,
Forumposts,
Forumsubscribedthreads,
Forumthreads,
Hof,
Honors,
Icons,
Itemmarket,
Job,
Jobpoints,
Jobranks,
List,
Log,
Lookup,
Medals,
Merits,
Money,
Organizedcrime,
Personalstats,
Profile,
Properties,
Property,
Races,
Racingrecords,
Reports,
Revives,
Revivesfull,
Skills,
Timestamp,
Workstats,
Ammo,
Bars,
Bazaar,
Cooldowns,
Criminalrecord,
Discord,
Display,
Education,
Equipment,
Events,
Gym,
Inventory,
Messages,
Missions,
Networth,
Newevents,
Newmessages,
Notifications,
Perks,
Refills,
Stocks,
Travel,
Weaponexp,
}
Expand description
The following selections will fallback to API v1 and may change at any time: ‘ammo’,‘bars’,‘bazaar’,‘cooldowns’,‘criminalrecord’,‘discord’,‘display’,‘education’,‘equipment’,‘events’,‘gym’,‘inventory’,‘messages’,‘missions’,‘networth’,‘newevents’,‘newmessages’,‘notifications’,‘perks’,‘refills’,‘stocks’,‘travel’,‘weaponexp’.
Variants§
Attacks
Attacksfull
Basic
Battlestats
Bounties
Calendar
Competition
Crimes
Enlistedcars
Faction
Factionbalance
Forumfeed
Forumfriends
Forumposts
Forumsubscribedthreads
Forumthreads
Hof
Honors
Icons
Itemmarket
Job
Jobpoints
Jobranks
List
Log
Lookup
Medals
Merits
Money
Organizedcrime
Personalstats
Profile
Properties
Property
Races
Racingrecords
Reports
Revives
Revivesfull
Skills
Timestamp
Workstats
Ammo
Bars
Bazaar
Cooldowns
Criminalrecord
Discord
Display
Education
Equipment
Events
Gym
Inventory
Messages
Missions
Networth
Newevents
Newmessages
Notifications
Perks
Refills
Stocks
Travel
Weaponexp
Trait Implementations§
Source§impl Clone for UserSelectionNameVariant
impl Clone for UserSelectionNameVariant
Source§fn clone(&self) -> UserSelectionNameVariant
fn clone(&self) -> UserSelectionNameVariant
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 UserSelectionNameVariant
impl Debug for UserSelectionNameVariant
Source§impl<'de> Deserialize<'de> for UserSelectionNameVariant
impl<'de> Deserialize<'de> for UserSelectionNameVariant
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 UserSelectionNameVariant
impl Display for UserSelectionNameVariant
Source§impl From<UserSelectionNameVariant> for UserSelectionName
impl From<UserSelectionNameVariant> for UserSelectionName
Source§fn from(value: UserSelectionNameVariant) -> Self
fn from(value: UserSelectionNameVariant) -> Self
Converts to this type from the input type.
Source§impl Hash for UserSelectionNameVariant
impl Hash for UserSelectionNameVariant
Source§impl PartialEq for UserSelectionNameVariant
impl PartialEq for UserSelectionNameVariant
impl Copy for UserSelectionNameVariant
impl Eq for UserSelectionNameVariant
impl StructuralPartialEq for UserSelectionNameVariant
Auto Trait Implementations§
impl Freeze for UserSelectionNameVariant
impl RefUnwindSafe for UserSelectionNameVariant
impl Send for UserSelectionNameVariant
impl Sync for UserSelectionNameVariant
impl Unpin for UserSelectionNameVariant
impl UnwindSafe for UserSelectionNameVariant
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