pub enum DtpropertiesColumn {
Id,
Objectid,
Property,
Value,
Uvalue,
Lvalue,
Version,
}
Expand description
Columns in table dtproperties
See also: [`dtproperties.html>
Variants§
Id
Index of column id
Objectid
Index of column objectid
Property
Index of column property
Value
Index of column value
Uvalue
Index of column uvalue
Lvalue
Index of column lvalue
Version
Index of column version
Trait Implementations§
source§impl Clone for DtpropertiesColumn
impl Clone for DtpropertiesColumn
source§fn clone(&self) -> DtpropertiesColumn
fn clone(&self) -> DtpropertiesColumn
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 DtpropertiesColumn
impl Debug for DtpropertiesColumn
source§impl Hash for DtpropertiesColumn
impl Hash for DtpropertiesColumn
source§impl Ord for DtpropertiesColumn
impl Ord for DtpropertiesColumn
source§fn cmp(&self, other: &DtpropertiesColumn) -> Ordering
fn cmp(&self, other: &DtpropertiesColumn) -> 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<DtpropertiesColumn> for DtpropertiesColumn
impl PartialEq<DtpropertiesColumn> for DtpropertiesColumn
source§fn eq(&self, other: &DtpropertiesColumn) -> bool
fn eq(&self, other: &DtpropertiesColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DtpropertiesColumn> for DtpropertiesColumn
impl PartialOrd<DtpropertiesColumn> for DtpropertiesColumn
source§fn partial_cmp(&self, other: &DtpropertiesColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &DtpropertiesColumn) -> 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 DtpropertiesColumn
impl TypedColumn for DtpropertiesColumn
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