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