pub enum RacingModuleComponentColumn {
Id,
TopSpeed,
Acceleration,
Handling,
Stability,
Imagination,
}
Expand description
Columns in table RacingModuleComponent
See also: [`RacingModuleComponent.html>
Variants§
Id
Index of column id
TopSpeed
Index of column topSpeed
Acceleration
Index of column acceleration
Handling
Index of column handling
Stability
Index of column stability
Imagination
Index of column imagination
Trait Implementations§
source§impl Clone for RacingModuleComponentColumn
impl Clone for RacingModuleComponentColumn
source§fn clone(&self) -> RacingModuleComponentColumn
fn clone(&self) -> RacingModuleComponentColumn
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 RacingModuleComponentColumn
impl Debug for RacingModuleComponentColumn
source§impl Hash for RacingModuleComponentColumn
impl Hash for RacingModuleComponentColumn
source§impl Ord for RacingModuleComponentColumn
impl Ord for RacingModuleComponentColumn
source§fn cmp(&self, other: &RacingModuleComponentColumn) -> Ordering
fn cmp(&self, other: &RacingModuleComponentColumn) -> 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<RacingModuleComponentColumn> for RacingModuleComponentColumn
impl PartialEq<RacingModuleComponentColumn> for RacingModuleComponentColumn
source§fn eq(&self, other: &RacingModuleComponentColumn) -> bool
fn eq(&self, other: &RacingModuleComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<RacingModuleComponentColumn> for RacingModuleComponentColumn
impl PartialOrd<RacingModuleComponentColumn> for RacingModuleComponentColumn
source§fn partial_cmp(&self, other: &RacingModuleComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &RacingModuleComponentColumn) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TypedColumn for RacingModuleComponentColumn
impl TypedColumn for RacingModuleComponentColumn
source§fn to_static_str(&self) -> &'static str
fn to_static_str(&self) -> &'static str
Return the original name of the column
source§fn serialize_struct_field<S: SerializeStruct>(
&self,
s: &mut S,
value: Field<'_>
) -> Result<(), S::Error>
fn serialize_struct_field<S: SerializeStruct>( &self, s: &mut S, value: Field<'_> ) -> Result<(), S::Error>
Serialize a field to a struct