pub enum ObjectSkillsColumn {
ObjectTemplate,
SkillId,
CastOnType,
AiCombatWeight,
}
Expand description
Columns in table ObjectSkills
See also: [`ObjectSkills.html>
Variants§
ObjectTemplate
Index of column objectTemplate
SkillId
Index of column skillID
CastOnType
Index of column castOnType
AiCombatWeight
Index of column AICombatWeight
Trait Implementations§
source§impl Clone for ObjectSkillsColumn
impl Clone for ObjectSkillsColumn
source§fn clone(&self) -> ObjectSkillsColumn
fn clone(&self) -> ObjectSkillsColumn
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 ObjectSkillsColumn
impl Debug for ObjectSkillsColumn
source§impl Hash for ObjectSkillsColumn
impl Hash for ObjectSkillsColumn
source§impl Ord for ObjectSkillsColumn
impl Ord for ObjectSkillsColumn
source§fn cmp(&self, other: &ObjectSkillsColumn) -> Ordering
fn cmp(&self, other: &ObjectSkillsColumn) -> 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<ObjectSkillsColumn> for ObjectSkillsColumn
impl PartialEq<ObjectSkillsColumn> for ObjectSkillsColumn
source§fn eq(&self, other: &ObjectSkillsColumn) -> bool
fn eq(&self, other: &ObjectSkillsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ObjectSkillsColumn> for ObjectSkillsColumn
impl PartialOrd<ObjectSkillsColumn> for ObjectSkillsColumn
source§fn partial_cmp(&self, other: &ObjectSkillsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ObjectSkillsColumn) -> 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 ObjectSkillsColumn
impl TypedColumn for ObjectSkillsColumn
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