pub enum PlayerStatisticsColumn {
StatId,
SortOrder,
LocStatus,
GateVersion,
}
Expand description
Columns in table PlayerStatistics
See also: [`PlayerStatistics.html>
Variants§
StatId
Index of column statID
SortOrder
Index of column sortOrder
LocStatus
Index of column locStatus
GateVersion
Index of column gate_version
Trait Implementations§
source§impl Clone for PlayerStatisticsColumn
impl Clone for PlayerStatisticsColumn
source§fn clone(&self) -> PlayerStatisticsColumn
fn clone(&self) -> PlayerStatisticsColumn
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 PlayerStatisticsColumn
impl Debug for PlayerStatisticsColumn
source§impl Hash for PlayerStatisticsColumn
impl Hash for PlayerStatisticsColumn
source§impl Ord for PlayerStatisticsColumn
impl Ord for PlayerStatisticsColumn
source§fn cmp(&self, other: &PlayerStatisticsColumn) -> Ordering
fn cmp(&self, other: &PlayerStatisticsColumn) -> 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<PlayerStatisticsColumn> for PlayerStatisticsColumn
impl PartialEq<PlayerStatisticsColumn> for PlayerStatisticsColumn
source§fn eq(&self, other: &PlayerStatisticsColumn) -> bool
fn eq(&self, other: &PlayerStatisticsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PlayerStatisticsColumn> for PlayerStatisticsColumn
impl PartialOrd<PlayerStatisticsColumn> for PlayerStatisticsColumn
source§fn partial_cmp(&self, other: &PlayerStatisticsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &PlayerStatisticsColumn) -> 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 PlayerStatisticsColumn
impl TypedColumn for PlayerStatisticsColumn
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