Enum paradox_typed_db::columns::ItemSetsColumn
source · pub enum ItemSetsColumn {
Show 15 variants
SetId,
LocStatus,
ItemIDs,
KitType,
KitRank,
KitImage,
SkillSetWith2,
SkillSetWith3,
SkillSetWith4,
SkillSetWith5,
SkillSetWith6,
Localize,
GateVersion,
KitId,
Priority,
}
Expand description
Columns in table ItemSets
See also: [`ItemSets.html>
Variants§
SetId
Index of column setID
LocStatus
Index of column locStatus
ItemIDs
Index of column itemIDs
KitType
Index of column kitType
KitRank
Index of column kitRank
KitImage
Index of column kitImage
SkillSetWith2
Index of column skillSetWith2
SkillSetWith3
Index of column skillSetWith3
SkillSetWith4
Index of column skillSetWith4
SkillSetWith5
Index of column skillSetWith5
SkillSetWith6
Index of column skillSetWith6
Localize
Index of column localize
GateVersion
Index of column gate_version
KitId
Index of column kitID
Priority
Index of column priority
Trait Implementations§
source§impl Clone for ItemSetsColumn
impl Clone for ItemSetsColumn
source§fn clone(&self) -> ItemSetsColumn
fn clone(&self) -> ItemSetsColumn
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 ItemSetsColumn
impl Debug for ItemSetsColumn
source§impl Hash for ItemSetsColumn
impl Hash for ItemSetsColumn
source§impl Ord for ItemSetsColumn
impl Ord for ItemSetsColumn
source§fn cmp(&self, other: &ItemSetsColumn) -> Ordering
fn cmp(&self, other: &ItemSetsColumn) -> 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<ItemSetsColumn> for ItemSetsColumn
impl PartialEq<ItemSetsColumn> for ItemSetsColumn
source§fn eq(&self, other: &ItemSetsColumn) -> bool
fn eq(&self, other: &ItemSetsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ItemSetsColumn> for ItemSetsColumn
impl PartialOrd<ItemSetsColumn> for ItemSetsColumn
source§fn partial_cmp(&self, other: &ItemSetsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ItemSetsColumn) -> 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 ItemSetsColumn
impl TypedColumn for ItemSetsColumn
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