pub enum MovementAiComponentColumn {
Id,
MovementType,
WanderChance,
WanderDelayMin,
WanderDelayMax,
WanderSpeed,
WanderRadius,
AttachedPath,
}
Expand description
Columns in table MovementAIComponent
See also: [`MovementAIComponent.html>
Variants§
Id
Index of column id
MovementType
Index of column MovementType
WanderChance
Index of column WanderChance
WanderDelayMin
Index of column WanderDelayMin
WanderDelayMax
Index of column WanderDelayMax
WanderSpeed
Index of column WanderSpeed
WanderRadius
Index of column WanderRadius
AttachedPath
Index of column attachedPath
Trait Implementations§
source§impl Clone for MovementAiComponentColumn
impl Clone for MovementAiComponentColumn
source§fn clone(&self) -> MovementAiComponentColumn
fn clone(&self) -> MovementAiComponentColumn
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 MovementAiComponentColumn
impl Debug for MovementAiComponentColumn
source§impl Hash for MovementAiComponentColumn
impl Hash for MovementAiComponentColumn
source§impl Ord for MovementAiComponentColumn
impl Ord for MovementAiComponentColumn
source§fn cmp(&self, other: &MovementAiComponentColumn) -> Ordering
fn cmp(&self, other: &MovementAiComponentColumn) -> 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<MovementAiComponentColumn> for MovementAiComponentColumn
impl PartialEq<MovementAiComponentColumn> for MovementAiComponentColumn
source§fn eq(&self, other: &MovementAiComponentColumn) -> bool
fn eq(&self, other: &MovementAiComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<MovementAiComponentColumn> for MovementAiComponentColumn
impl PartialOrd<MovementAiComponentColumn> for MovementAiComponentColumn
source§fn partial_cmp(&self, other: &MovementAiComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &MovementAiComponentColumn) -> 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 MovementAiComponentColumn
impl TypedColumn for MovementAiComponentColumn
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