pub enum NpcMovementTypeAst {
Route,
Random,
}Expand description
Movement types supported for NPC definitions.
Variants§
Trait Implementations§
Source§impl Clone for NpcMovementTypeAst
impl Clone for NpcMovementTypeAst
Source§fn clone(&self) -> NpcMovementTypeAst
fn clone(&self) -> NpcMovementTypeAst
Returns a duplicate 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 NpcMovementTypeAst
impl Debug for NpcMovementTypeAst
Source§impl PartialEq for NpcMovementTypeAst
impl PartialEq for NpcMovementTypeAst
impl StructuralPartialEq for NpcMovementTypeAst
Auto Trait Implementations§
impl Freeze for NpcMovementTypeAst
impl RefUnwindSafe for NpcMovementTypeAst
impl Send for NpcMovementTypeAst
impl Sync for NpcMovementTypeAst
impl Unpin for NpcMovementTypeAst
impl UnwindSafe for NpcMovementTypeAst
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more