pub enum ObjectBehaviorXrefColumn {
Lot,
BehaviorId1,
BehaviorId2,
BehaviorId3,
BehaviorId4,
BehaviorId5,
Type,
}
Expand description
Columns in table ObjectBehaviorXREF
See also: [`ObjectBehaviorXREF.html>
Variants§
Lot
Index of column LOT
BehaviorId1
Index of column behaviorID1
BehaviorId2
Index of column behaviorID2
BehaviorId3
Index of column behaviorID3
BehaviorId4
Index of column behaviorID4
BehaviorId5
Index of column behaviorID5
Type
Index of column type
Trait Implementations§
source§impl Clone for ObjectBehaviorXrefColumn
impl Clone for ObjectBehaviorXrefColumn
source§fn clone(&self) -> ObjectBehaviorXrefColumn
fn clone(&self) -> ObjectBehaviorXrefColumn
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 ObjectBehaviorXrefColumn
impl Debug for ObjectBehaviorXrefColumn
source§impl Hash for ObjectBehaviorXrefColumn
impl Hash for ObjectBehaviorXrefColumn
source§impl Ord for ObjectBehaviorXrefColumn
impl Ord for ObjectBehaviorXrefColumn
source§fn cmp(&self, other: &ObjectBehaviorXrefColumn) -> Ordering
fn cmp(&self, other: &ObjectBehaviorXrefColumn) -> 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<ObjectBehaviorXrefColumn> for ObjectBehaviorXrefColumn
impl PartialEq<ObjectBehaviorXrefColumn> for ObjectBehaviorXrefColumn
source§fn eq(&self, other: &ObjectBehaviorXrefColumn) -> bool
fn eq(&self, other: &ObjectBehaviorXrefColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ObjectBehaviorXrefColumn> for ObjectBehaviorXrefColumn
impl PartialOrd<ObjectBehaviorXrefColumn> for ObjectBehaviorXrefColumn
source§fn partial_cmp(&self, other: &ObjectBehaviorXrefColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ObjectBehaviorXrefColumn) -> 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 ObjectBehaviorXrefColumn
impl TypedColumn for ObjectBehaviorXrefColumn
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