pub enum RacingRaceTypeEnum {
Official,
Custom,
}
Variants§
Trait Implementations§
Source§impl Clone for RacingRaceTypeEnum
impl Clone for RacingRaceTypeEnum
Source§fn clone(&self) -> RacingRaceTypeEnum
fn clone(&self) -> RacingRaceTypeEnum
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RacingRaceTypeEnum
impl Debug for RacingRaceTypeEnum
Source§impl<'de> Deserialize<'de> for RacingRaceTypeEnum
impl<'de> Deserialize<'de> for RacingRaceTypeEnum
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 RacingRaceTypeEnum
impl Display for RacingRaceTypeEnum
Source§impl From<RacingRaceTypeEnum> for Cat
impl From<RacingRaceTypeEnum> for Cat
Source§fn from(value: RacingRaceTypeEnum) -> Self
fn from(value: RacingRaceTypeEnum) -> Self
Converts to this type from the input type.
Source§impl From<RacingRaceTypeEnum> for Cat
impl From<RacingRaceTypeEnum> for Cat
Source§fn from(value: RacingRaceTypeEnum) -> Self
fn from(value: RacingRaceTypeEnum) -> Self
Converts to this type from the input type.
Source§impl From<RacingRaceTypeEnum> for SelectionCategoryEnum
impl From<RacingRaceTypeEnum> for SelectionCategoryEnum
Source§fn from(value: RacingRaceTypeEnum) -> Self
fn from(value: RacingRaceTypeEnum) -> Self
Converts to this type from the input type.
Source§impl Hash for RacingRaceTypeEnum
impl Hash for RacingRaceTypeEnum
Source§impl PartialEq for RacingRaceTypeEnum
impl PartialEq for RacingRaceTypeEnum
impl Copy for RacingRaceTypeEnum
impl Eq for RacingRaceTypeEnum
impl StructuralPartialEq for RacingRaceTypeEnum
Auto Trait Implementations§
impl Freeze for RacingRaceTypeEnum
impl RefUnwindSafe for RacingRaceTypeEnum
impl Send for RacingRaceTypeEnum
impl Sync for RacingRaceTypeEnum
impl Unpin for RacingRaceTypeEnum
impl UnwindSafe for RacingRaceTypeEnum
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