pub enum UserSelectionNameVariant {
Show 62 variants
Attacks,
Attacksfull,
Bounties,
Calendar,
Crimes,
Enlistedcars,
Factionbalance,
Forumfeed,
Forumfriends,
Forumposts,
Forumsubscribedthreads,
Forumthreads,
Hof,
Itemmarket,
Jobranks,
List,
Lookup,
Organizedcrime,
Personalstats,
Properties,
Property,
Races,
Racingrecords,
Revives,
Revivesfull,
Timestamp,
Ammo,
Bars,
Basic,
Battlestats,
Bazaar,
Cooldowns,
Criminalrecord,
Discord,
Display,
Education,
Equipment,
Events,
Gym,
Honors,
Icons,
Inventory,
Jobpoints,
Log,
Medals,
Merits,
Messages,
Missions,
Money,
Networth,
Newevents,
Newmessages,
Notifications,
Perks,
Profile,
Refills,
Reports,
Skills,
Stocks,
Travel,
Weaponexp,
Workstats,
}
Expand description
The following selections will fallback to API v1 and may change at any time: ‘ammo’,‘bars’,‘basic’,‘battlestats’,‘bazaar’,‘cooldowns’,‘criminalrecord’,‘discord’,‘display’,‘education’,‘equipment’,‘events’,‘gym’,‘honors’,‘icons’,‘inventory’,‘jobpoints’,‘log’,‘medals’,‘merits’,‘messages’,‘missions’,‘money’,‘networth’,‘newevents’,‘newmessages’,‘notifications’,‘perks’,‘profile’,‘refills’,‘reports’,‘skills’,‘stocks’,‘travel’,‘weaponexp’,‘workstats’.
Variants§
Attacks
Attacksfull
Bounties
Calendar
Crimes
Enlistedcars
Factionbalance
Forumfeed
Forumfriends
Forumposts
Forumsubscribedthreads
Forumthreads
Hof
Itemmarket
Jobranks
List
Lookup
Organizedcrime
Personalstats
Properties
Property
Races
Racingrecords
Revives
Revivesfull
Timestamp
Ammo
Bars
Basic
Battlestats
Bazaar
Cooldowns
Criminalrecord
Discord
Display
Education
Equipment
Events
Gym
Honors
Icons
Inventory
Jobpoints
Log
Medals
Merits
Messages
Missions
Money
Networth
Newevents
Newmessages
Notifications
Perks
Profile
Refills
Reports
Skills
Stocks
Travel
Weaponexp
Workstats
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