Enum paradox_typed_db::columns::ObjectsColumn
source · pub enum ObjectsColumn {
Show 14 variants
Id,
Name,
Placeable,
Type,
Description,
Localize,
NpcTemplateId,
DisplayName,
InteractionDistance,
Nametag,
InternalNotes,
LocStatus,
GateVersion,
HqValid,
}
Expand description
Columns in table Objects
See also: [`Objects.html>
Variants§
Id
Index of column id
Name
Index of column name
Placeable
Index of column placeable
Type
Index of column type
Description
Index of column description
Localize
Index of column localize
NpcTemplateId
Index of column npcTemplateID
DisplayName
Index of column displayName
InteractionDistance
Index of column interactionDistance
Nametag
Index of column nametag
InternalNotes
Index of column _internalNotes
LocStatus
Index of column locStatus
GateVersion
Index of column gate_version
HqValid
Index of column HQ_valid
Trait Implementations§
source§impl Clone for ObjectsColumn
impl Clone for ObjectsColumn
source§fn clone(&self) -> ObjectsColumn
fn clone(&self) -> ObjectsColumn
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 ObjectsColumn
impl Debug for ObjectsColumn
source§impl Hash for ObjectsColumn
impl Hash for ObjectsColumn
source§impl Ord for ObjectsColumn
impl Ord for ObjectsColumn
source§fn cmp(&self, other: &ObjectsColumn) -> Ordering
fn cmp(&self, other: &ObjectsColumn) -> 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<ObjectsColumn> for ObjectsColumn
impl PartialEq<ObjectsColumn> for ObjectsColumn
source§fn eq(&self, other: &ObjectsColumn) -> bool
fn eq(&self, other: &ObjectsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ObjectsColumn> for ObjectsColumn
impl PartialOrd<ObjectsColumn> for ObjectsColumn
source§fn partial_cmp(&self, other: &ObjectsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ObjectsColumn) -> 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 ObjectsColumn
impl TypedColumn for ObjectsColumn
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