pub enum SmashableChainColumn {
ChainIndex,
ChainLevel,
LootMatrixId,
RarityTableIndex,
CurrencyIndex,
CurrencyLevel,
SmashCount,
TimeLimit,
ChainStepId,
}
Expand description
Columns in table SmashableChain
See also: [`SmashableChain.html>
Variants§
ChainIndex
Index of column chainIndex
ChainLevel
Index of column chainLevel
LootMatrixId
Index of column lootMatrixID
RarityTableIndex
Index of column rarityTableIndex
CurrencyIndex
Index of column currencyIndex
CurrencyLevel
Index of column currencyLevel
SmashCount
Index of column smashCount
TimeLimit
Index of column timeLimit
ChainStepId
Index of column chainStepID
Trait Implementations§
source§impl Clone for SmashableChainColumn
impl Clone for SmashableChainColumn
source§fn clone(&self) -> SmashableChainColumn
fn clone(&self) -> SmashableChainColumn
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 SmashableChainColumn
impl Debug for SmashableChainColumn
source§impl Hash for SmashableChainColumn
impl Hash for SmashableChainColumn
source§impl Ord for SmashableChainColumn
impl Ord for SmashableChainColumn
source§fn cmp(&self, other: &SmashableChainColumn) -> Ordering
fn cmp(&self, other: &SmashableChainColumn) -> 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<SmashableChainColumn> for SmashableChainColumn
impl PartialEq<SmashableChainColumn> for SmashableChainColumn
source§fn eq(&self, other: &SmashableChainColumn) -> bool
fn eq(&self, other: &SmashableChainColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<SmashableChainColumn> for SmashableChainColumn
impl PartialOrd<SmashableChainColumn> for SmashableChainColumn
source§fn partial_cmp(&self, other: &SmashableChainColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &SmashableChainColumn) -> 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 SmashableChainColumn
impl TypedColumn for SmashableChainColumn
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