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