pub struct RaceCarUpgradeId(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
Source§impl Clone for RaceCarUpgradeId
impl Clone for RaceCarUpgradeId
Source§fn clone(&self) -> RaceCarUpgradeId
fn clone(&self) -> RaceCarUpgradeId
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 RaceCarUpgradeId
impl Debug for RaceCarUpgradeId
Source§impl<'de> Deserialize<'de> for RaceCarUpgradeId
impl<'de> Deserialize<'de> for RaceCarUpgradeId
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 RaceCarUpgradeId
impl Display for RaceCarUpgradeId
Source§impl From<RaceCarUpgradeId> for i32
impl From<RaceCarUpgradeId> for i32
Source§fn from(outer: RaceCarUpgradeId) -> Self
fn from(outer: RaceCarUpgradeId) -> Self
Converts to this type from the input type.
Source§impl From<i32> for RaceCarUpgradeId
impl From<i32> for RaceCarUpgradeId
Source§impl Hash for RaceCarUpgradeId
impl Hash for RaceCarUpgradeId
Source§impl Ord for RaceCarUpgradeId
impl Ord for RaceCarUpgradeId
Source§fn cmp(&self, other: &RaceCarUpgradeId) -> Ordering
fn cmp(&self, other: &RaceCarUpgradeId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RaceCarUpgradeId
impl PartialEq for RaceCarUpgradeId
Source§impl PartialOrd for RaceCarUpgradeId
impl PartialOrd for RaceCarUpgradeId
impl Copy for RaceCarUpgradeId
impl Eq for RaceCarUpgradeId
impl StructuralPartialEq for RaceCarUpgradeId
Auto Trait Implementations§
impl Freeze for RaceCarUpgradeId
impl RefUnwindSafe for RaceCarUpgradeId
impl Send for RaceCarUpgradeId
impl Sync for RaceCarUpgradeId
impl Unpin for RaceCarUpgradeId
impl UnwindSafe for RaceCarUpgradeId
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