pub enum PropertyEntranceComponentColumn {
Id,
MapId,
PropertyName,
IsOnProperty,
GroupType,
}
Expand description
Columns in table PropertyEntranceComponent
See also: [`PropertyEntranceComponent.html>
Variants§
Id
Index of column id
MapId
Index of column mapID
PropertyName
Index of column propertyName
IsOnProperty
Index of column isOnProperty
GroupType
Index of column groupType
Trait Implementations§
source§impl Clone for PropertyEntranceComponentColumn
impl Clone for PropertyEntranceComponentColumn
source§fn clone(&self) -> PropertyEntranceComponentColumn
fn clone(&self) -> PropertyEntranceComponentColumn
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 Ord for PropertyEntranceComponentColumn
impl Ord for PropertyEntranceComponentColumn
source§fn cmp(&self, other: &PropertyEntranceComponentColumn) -> Ordering
fn cmp(&self, other: &PropertyEntranceComponentColumn) -> 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<PropertyEntranceComponentColumn> for PropertyEntranceComponentColumn
impl PartialEq<PropertyEntranceComponentColumn> for PropertyEntranceComponentColumn
source§fn eq(&self, other: &PropertyEntranceComponentColumn) -> bool
fn eq(&self, other: &PropertyEntranceComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PropertyEntranceComponentColumn> for PropertyEntranceComponentColumn
impl PartialOrd<PropertyEntranceComponentColumn> for PropertyEntranceComponentColumn
source§fn partial_cmp(
&self,
other: &PropertyEntranceComponentColumn
) -> Option<Ordering>
fn partial_cmp( &self, other: &PropertyEntranceComponentColumn ) -> 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 PropertyEntranceComponentColumn
impl TypedColumn for PropertyEntranceComponentColumn
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