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