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