pub enum MinifigComponentColumn {
Show 13 variants
Id,
Head,
Chest,
Legs,
Hairstyle,
Haircolor,
Chestdecal,
Headcolor,
Lefthand,
Righthand,
Eyebrowstyle,
Eyesstyle,
Mouthstyle,
}
Expand description
Columns in table MinifigComponent
See also: [`MinifigComponent.html>
Variants§
Id
Index of column id
Head
Index of column head
Chest
Index of column chest
Legs
Index of column legs
Hairstyle
Index of column hairstyle
Haircolor
Index of column haircolor
Chestdecal
Index of column chestdecal
Headcolor
Index of column headcolor
Lefthand
Index of column lefthand
Righthand
Index of column righthand
Eyebrowstyle
Index of column eyebrowstyle
Eyesstyle
Index of column eyesstyle
Mouthstyle
Index of column mouthstyle
Trait Implementations§
source§impl Clone for MinifigComponentColumn
impl Clone for MinifigComponentColumn
source§fn clone(&self) -> MinifigComponentColumn
fn clone(&self) -> MinifigComponentColumn
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 MinifigComponentColumn
impl Debug for MinifigComponentColumn
source§impl Hash for MinifigComponentColumn
impl Hash for MinifigComponentColumn
source§impl Ord for MinifigComponentColumn
impl Ord for MinifigComponentColumn
source§fn cmp(&self, other: &MinifigComponentColumn) -> Ordering
fn cmp(&self, other: &MinifigComponentColumn) -> 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<MinifigComponentColumn> for MinifigComponentColumn
impl PartialEq<MinifigComponentColumn> for MinifigComponentColumn
source§fn eq(&self, other: &MinifigComponentColumn) -> bool
fn eq(&self, other: &MinifigComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<MinifigComponentColumn> for MinifigComponentColumn
impl PartialOrd<MinifigComponentColumn> for MinifigComponentColumn
source§fn partial_cmp(&self, other: &MinifigComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &MinifigComponentColumn) -> 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 MinifigComponentColumn
impl TypedColumn for MinifigComponentColumn
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