pub enum VehicleStatMapColumn {
Id,
ModuleStat,
HavokStat,
HavokChangePerModuleStat,
}
Expand description
Columns in table VehicleStatMap
See also: [`VehicleStatMap.html>
Variants§
Id
Index of column id
ModuleStat
Index of column ModuleStat
HavokStat
Index of column HavokStat
HavokChangePerModuleStat
Index of column HavokChangePerModuleStat
Trait Implementations§
source§impl Clone for VehicleStatMapColumn
impl Clone for VehicleStatMapColumn
source§fn clone(&self) -> VehicleStatMapColumn
fn clone(&self) -> VehicleStatMapColumn
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 VehicleStatMapColumn
impl Debug for VehicleStatMapColumn
source§impl Hash for VehicleStatMapColumn
impl Hash for VehicleStatMapColumn
source§impl Ord for VehicleStatMapColumn
impl Ord for VehicleStatMapColumn
source§fn cmp(&self, other: &VehicleStatMapColumn) -> Ordering
fn cmp(&self, other: &VehicleStatMapColumn) -> 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<VehicleStatMapColumn> for VehicleStatMapColumn
impl PartialEq<VehicleStatMapColumn> for VehicleStatMapColumn
source§fn eq(&self, other: &VehicleStatMapColumn) -> bool
fn eq(&self, other: &VehicleStatMapColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<VehicleStatMapColumn> for VehicleStatMapColumn
impl PartialOrd<VehicleStatMapColumn> for VehicleStatMapColumn
source§fn partial_cmp(&self, other: &VehicleStatMapColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &VehicleStatMapColumn) -> 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 VehicleStatMapColumn
impl TypedColumn for VehicleStatMapColumn
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