pub enum LootMatrixColumn {
LootMatrixIndex,
LootTableIndex,
RarityTableIndex,
Percent,
MinToDrop,
MaxToDrop,
Id,
FlagId,
GateVersion,
}
Expand description
Columns in table LootMatrix
See also: [`LootMatrix.html>
Variants§
LootMatrixIndex
Index of column LootMatrixIndex
LootTableIndex
Index of column LootTableIndex
RarityTableIndex
Index of column RarityTableIndex
Percent
Index of column percent
MinToDrop
Index of column minToDrop
MaxToDrop
Index of column maxToDrop
Id
Index of column id
FlagId
Index of column flagID
GateVersion
Index of column gate_version
Trait Implementations§
source§impl Clone for LootMatrixColumn
impl Clone for LootMatrixColumn
source§fn clone(&self) -> LootMatrixColumn
fn clone(&self) -> LootMatrixColumn
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 LootMatrixColumn
impl Debug for LootMatrixColumn
source§impl Hash for LootMatrixColumn
impl Hash for LootMatrixColumn
source§impl Ord for LootMatrixColumn
impl Ord for LootMatrixColumn
source§fn cmp(&self, other: &LootMatrixColumn) -> Ordering
fn cmp(&self, other: &LootMatrixColumn) -> 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<LootMatrixColumn> for LootMatrixColumn
impl PartialEq<LootMatrixColumn> for LootMatrixColumn
source§fn eq(&self, other: &LootMatrixColumn) -> bool
fn eq(&self, other: &LootMatrixColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<LootMatrixColumn> for LootMatrixColumn
impl PartialOrd<LootMatrixColumn> for LootMatrixColumn
source§fn partial_cmp(&self, other: &LootMatrixColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &LootMatrixColumn) -> 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 LootMatrixColumn
impl TypedColumn for LootMatrixColumn
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