pub enum ZoneLoadingTipsColumn {
Id,
Zoneid,
Imagelocation,
Localize,
GateVersion,
LocStatus,
Weight,
TargetVersion,
}
Expand description
Columns in table ZoneLoadingTips
See also: [`ZoneLoadingTips.html>
Variants§
Id
Index of column id
Zoneid
Index of column zoneid
Imagelocation
Index of column imagelocation
Localize
Index of column localize
GateVersion
Index of column gate_version
LocStatus
Index of column locStatus
Weight
Index of column weight
TargetVersion
Index of column targetVersion
Trait Implementations§
source§impl Clone for ZoneLoadingTipsColumn
impl Clone for ZoneLoadingTipsColumn
source§fn clone(&self) -> ZoneLoadingTipsColumn
fn clone(&self) -> ZoneLoadingTipsColumn
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 ZoneLoadingTipsColumn
impl Debug for ZoneLoadingTipsColumn
source§impl Hash for ZoneLoadingTipsColumn
impl Hash for ZoneLoadingTipsColumn
source§impl Ord for ZoneLoadingTipsColumn
impl Ord for ZoneLoadingTipsColumn
source§fn cmp(&self, other: &ZoneLoadingTipsColumn) -> Ordering
fn cmp(&self, other: &ZoneLoadingTipsColumn) -> 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<ZoneLoadingTipsColumn> for ZoneLoadingTipsColumn
impl PartialEq<ZoneLoadingTipsColumn> for ZoneLoadingTipsColumn
source§fn eq(&self, other: &ZoneLoadingTipsColumn) -> bool
fn eq(&self, other: &ZoneLoadingTipsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ZoneLoadingTipsColumn> for ZoneLoadingTipsColumn
impl PartialOrd<ZoneLoadingTipsColumn> for ZoneLoadingTipsColumn
source§fn partial_cmp(&self, other: &ZoneLoadingTipsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ZoneLoadingTipsColumn) -> 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 ZoneLoadingTipsColumn
impl TypedColumn for ZoneLoadingTipsColumn
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