pub enum ItemFoodDataColumn {
Id,
Element1,
Element1Amount,
Element2,
Element2Amount,
Element3,
Element3Amount,
Element4,
Element4Amount,
}
Expand description
Columns in table ItemFoodData
See also: [`ItemFoodData.html>
Variants§
Id
Index of column id
Element1
Index of column element_1
Element1Amount
Index of column element_1_amount
Element2
Index of column element_2
Element2Amount
Index of column element_2_amount
Element3
Index of column element_3
Element3Amount
Index of column element_3_amount
Element4
Index of column element_4
Element4Amount
Index of column element_4_amount
Trait Implementations§
source§impl Clone for ItemFoodDataColumn
impl Clone for ItemFoodDataColumn
source§fn clone(&self) -> ItemFoodDataColumn
fn clone(&self) -> ItemFoodDataColumn
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 ItemFoodDataColumn
impl Debug for ItemFoodDataColumn
source§impl Hash for ItemFoodDataColumn
impl Hash for ItemFoodDataColumn
source§impl Ord for ItemFoodDataColumn
impl Ord for ItemFoodDataColumn
source§fn cmp(&self, other: &ItemFoodDataColumn) -> Ordering
fn cmp(&self, other: &ItemFoodDataColumn) -> 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<ItemFoodDataColumn> for ItemFoodDataColumn
impl PartialEq<ItemFoodDataColumn> for ItemFoodDataColumn
source§fn eq(&self, other: &ItemFoodDataColumn) -> bool
fn eq(&self, other: &ItemFoodDataColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ItemFoodDataColumn> for ItemFoodDataColumn
impl PartialOrd<ItemFoodDataColumn> for ItemFoodDataColumn
source§fn partial_cmp(&self, other: &ItemFoodDataColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ItemFoodDataColumn) -> 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 ItemFoodDataColumn
impl TypedColumn for ItemFoodDataColumn
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