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