pub enum MinifigDecalsMouthsColumn {
Id,
HighPath,
LowPath,
CharacterCreateValid,
Male,
Female,
}
Expand description
Columns in table MinifigDecals_Mouths
See also: [`MinifigDecals_Mouths.html>
Variants§
Id
Index of column ID
HighPath
Index of column High_path
LowPath
Index of column Low_path
CharacterCreateValid
Index of column CharacterCreateValid
Male
Index of column male
Female
Index of column female
Trait Implementations§
source§impl Clone for MinifigDecalsMouthsColumn
impl Clone for MinifigDecalsMouthsColumn
source§fn clone(&self) -> MinifigDecalsMouthsColumn
fn clone(&self) -> MinifigDecalsMouthsColumn
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 MinifigDecalsMouthsColumn
impl Debug for MinifigDecalsMouthsColumn
source§impl Hash for MinifigDecalsMouthsColumn
impl Hash for MinifigDecalsMouthsColumn
source§impl Ord for MinifigDecalsMouthsColumn
impl Ord for MinifigDecalsMouthsColumn
source§fn cmp(&self, other: &MinifigDecalsMouthsColumn) -> Ordering
fn cmp(&self, other: &MinifigDecalsMouthsColumn) -> 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<MinifigDecalsMouthsColumn> for MinifigDecalsMouthsColumn
impl PartialEq<MinifigDecalsMouthsColumn> for MinifigDecalsMouthsColumn
source§fn eq(&self, other: &MinifigDecalsMouthsColumn) -> bool
fn eq(&self, other: &MinifigDecalsMouthsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<MinifigDecalsMouthsColumn> for MinifigDecalsMouthsColumn
impl PartialOrd<MinifigDecalsMouthsColumn> for MinifigDecalsMouthsColumn
source§fn partial_cmp(&self, other: &MinifigDecalsMouthsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &MinifigDecalsMouthsColumn) -> 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 MinifigDecalsMouthsColumn
impl TypedColumn for MinifigDecalsMouthsColumn
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