pub enum DestructibleComponentColumn {
Show 14 variants
Id,
Faction,
FactionList,
Life,
Imagination,
LootMatrixIndex,
CurrencyIndex,
Level,
Armor,
DeathBehavior,
Isnpc,
AttackPriority,
IsSmashable,
DifficultyLevel,
}
Expand description
Columns in table DestructibleComponent
See also: [`DestructibleComponent.html>
Variants§
Id
Index of column id
Faction
Index of column faction
FactionList
Index of column factionList
Life
Index of column life
Imagination
Index of column imagination
LootMatrixIndex
Index of column LootMatrixIndex
CurrencyIndex
Index of column CurrencyIndex
Level
Index of column level
Armor
Index of column armor
DeathBehavior
Index of column death_behavior
Isnpc
Index of column isnpc
AttackPriority
Index of column attack_priority
IsSmashable
Index of column isSmashable
DifficultyLevel
Index of column difficultyLevel
Trait Implementations§
source§impl Clone for DestructibleComponentColumn
impl Clone for DestructibleComponentColumn
source§fn clone(&self) -> DestructibleComponentColumn
fn clone(&self) -> DestructibleComponentColumn
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 DestructibleComponentColumn
impl Debug for DestructibleComponentColumn
source§impl Hash for DestructibleComponentColumn
impl Hash for DestructibleComponentColumn
source§impl Ord for DestructibleComponentColumn
impl Ord for DestructibleComponentColumn
source§fn cmp(&self, other: &DestructibleComponentColumn) -> Ordering
fn cmp(&self, other: &DestructibleComponentColumn) -> 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<DestructibleComponentColumn> for DestructibleComponentColumn
impl PartialEq<DestructibleComponentColumn> for DestructibleComponentColumn
source§fn eq(&self, other: &DestructibleComponentColumn) -> bool
fn eq(&self, other: &DestructibleComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DestructibleComponentColumn> for DestructibleComponentColumn
impl PartialOrd<DestructibleComponentColumn> for DestructibleComponentColumn
source§fn partial_cmp(&self, other: &DestructibleComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &DestructibleComponentColumn) -> 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 DestructibleComponentColumn
impl TypedColumn for DestructibleComponentColumn
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