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