pub enum TornHofCategory {
Show 14 variants
Level,
Busts,
Rank,
Traveltime,
Workstats,
Networth,
Revives,
Defends,
Offences,
Attacks,
Awards,
Racingwins,
Racingpoints,
Racingskill,
}
Variants§
Level
Busts
Rank
Traveltime
Workstats
Networth
Revives
Defends
Offences
Attacks
Awards
Racingwins
Racingpoints
Racingskill
Trait Implementations§
Source§impl Clone for TornHofCategory
impl Clone for TornHofCategory
Source§fn clone(&self) -> TornHofCategory
fn clone(&self) -> TornHofCategory
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 TornHofCategory
impl Debug for TornHofCategory
Source§impl<'de> Deserialize<'de> for TornHofCategory
impl<'de> Deserialize<'de> for TornHofCategory
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 TornHofCategory
impl Display for TornHofCategory
Source§impl Hash for TornHofCategory
impl Hash for TornHofCategory
Source§impl PartialEq for TornHofCategory
impl PartialEq for TornHofCategory
impl Copy for TornHofCategory
impl StructuralPartialEq for TornHofCategory
Auto Trait Implementations§
impl Freeze for TornHofCategory
impl RefUnwindSafe for TornHofCategory
impl Send for TornHofCategory
impl Sync for TornHofCategory
impl Unpin for TornHofCategory
impl UnwindSafe for TornHofCategory
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