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