pub enum LupExhibitComponentColumn {
Id,
MinXz,
MaxXz,
MaxY,
OffsetX,
OffsetY,
OffsetZ,
}
Expand description
Columns in table LUPExhibitComponent
See also: [`LUPExhibitComponent.html>
Variants§
Id
Index of column id
MinXz
Index of column minXZ
MaxXz
Index of column maxXZ
MaxY
Index of column maxY
OffsetX
Index of column offsetX
OffsetY
Index of column offsetY
OffsetZ
Index of column offsetZ
Trait Implementations§
source§impl Clone for LupExhibitComponentColumn
impl Clone for LupExhibitComponentColumn
source§fn clone(&self) -> LupExhibitComponentColumn
fn clone(&self) -> LupExhibitComponentColumn
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 LupExhibitComponentColumn
impl Debug for LupExhibitComponentColumn
source§impl Hash for LupExhibitComponentColumn
impl Hash for LupExhibitComponentColumn
source§impl Ord for LupExhibitComponentColumn
impl Ord for LupExhibitComponentColumn
source§fn cmp(&self, other: &LupExhibitComponentColumn) -> Ordering
fn cmp(&self, other: &LupExhibitComponentColumn) -> 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<LupExhibitComponentColumn> for LupExhibitComponentColumn
impl PartialEq<LupExhibitComponentColumn> for LupExhibitComponentColumn
source§fn eq(&self, other: &LupExhibitComponentColumn) -> bool
fn eq(&self, other: &LupExhibitComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<LupExhibitComponentColumn> for LupExhibitComponentColumn
impl PartialOrd<LupExhibitComponentColumn> for LupExhibitComponentColumn
source§fn partial_cmp(&self, other: &LupExhibitComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &LupExhibitComponentColumn) -> 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 LupExhibitComponentColumn
impl TypedColumn for LupExhibitComponentColumn
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