pub enum BehaviorTemplateColumn {
BehaviorId,
TemplateId,
EffectId,
EffectHandle,
}
Expand description
Columns in table BehaviorTemplate
See also: [`BehaviorTemplate.html>
Variants§
BehaviorId
Index of column behaviorID
TemplateId
Index of column templateID
EffectId
Index of column effectID
EffectHandle
Index of column effectHandle
Trait Implementations§
source§impl Clone for BehaviorTemplateColumn
impl Clone for BehaviorTemplateColumn
source§fn clone(&self) -> BehaviorTemplateColumn
fn clone(&self) -> BehaviorTemplateColumn
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 BehaviorTemplateColumn
impl Debug for BehaviorTemplateColumn
source§impl Hash for BehaviorTemplateColumn
impl Hash for BehaviorTemplateColumn
source§impl Ord for BehaviorTemplateColumn
impl Ord for BehaviorTemplateColumn
source§fn cmp(&self, other: &BehaviorTemplateColumn) -> Ordering
fn cmp(&self, other: &BehaviorTemplateColumn) -> 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<BehaviorTemplateColumn> for BehaviorTemplateColumn
impl PartialEq<BehaviorTemplateColumn> for BehaviorTemplateColumn
source§fn eq(&self, other: &BehaviorTemplateColumn) -> bool
fn eq(&self, other: &BehaviorTemplateColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<BehaviorTemplateColumn> for BehaviorTemplateColumn
impl PartialOrd<BehaviorTemplateColumn> for BehaviorTemplateColumn
source§fn partial_cmp(&self, other: &BehaviorTemplateColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &BehaviorTemplateColumn) -> 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 BehaviorTemplateColumn
impl TypedColumn for BehaviorTemplateColumn
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