pub enum PropertyTemplateColumn {
Show 20 variants
Id,
MapId,
VendorMapId,
SpawnName,
Type,
Sizecode,
MinimumPrice,
RentDuration,
Path,
CloneLimit,
DurationType,
AchievementRequired,
ZoneX,
ZoneY,
ZoneZ,
MaxBuildHeight,
Localize,
ReputationPerMinute,
LocStatus,
GateVersion,
}
Expand description
Columns in table PropertyTemplate
See also: [`PropertyTemplate.html>
Variants§
Id
Index of column id
MapId
Index of column mapID
VendorMapId
Index of column vendorMapID
SpawnName
Index of column spawnName
Type
Index of column type
Sizecode
Index of column sizecode
MinimumPrice
Index of column minimumPrice
RentDuration
Index of column rentDuration
Path
Index of column path
CloneLimit
Index of column cloneLimit
DurationType
Index of column durationType
AchievementRequired
Index of column achievementRequired
ZoneX
Index of column zoneX
ZoneY
Index of column zoneY
ZoneZ
Index of column zoneZ
MaxBuildHeight
Index of column maxBuildHeight
Localize
Index of column localize
ReputationPerMinute
Index of column reputationPerMinute
LocStatus
Index of column locStatus
GateVersion
Index of column gate_version
Trait Implementations§
source§impl Clone for PropertyTemplateColumn
impl Clone for PropertyTemplateColumn
source§fn clone(&self) -> PropertyTemplateColumn
fn clone(&self) -> PropertyTemplateColumn
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 PropertyTemplateColumn
impl Debug for PropertyTemplateColumn
source§impl Hash for PropertyTemplateColumn
impl Hash for PropertyTemplateColumn
source§impl Ord for PropertyTemplateColumn
impl Ord for PropertyTemplateColumn
source§fn cmp(&self, other: &PropertyTemplateColumn) -> Ordering
fn cmp(&self, other: &PropertyTemplateColumn) -> 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<PropertyTemplateColumn> for PropertyTemplateColumn
impl PartialEq<PropertyTemplateColumn> for PropertyTemplateColumn
source§fn eq(&self, other: &PropertyTemplateColumn) -> bool
fn eq(&self, other: &PropertyTemplateColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PropertyTemplateColumn> for PropertyTemplateColumn
impl PartialOrd<PropertyTemplateColumn> for PropertyTemplateColumn
source§fn partial_cmp(&self, other: &PropertyTemplateColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &PropertyTemplateColumn) -> 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 PropertyTemplateColumn
impl TypedColumn for PropertyTemplateColumn
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