Struct entmet_lib::entities::entity::PathfinderMob
source · pub struct PathfinderMob { /* private fields */ }Expand description
An interface for mobs using pathfinder
Trait Implementations§
source§impl Clone for PathfinderMob
impl Clone for PathfinderMob
source§fn clone(&self) -> PathfinderMob
fn clone(&self) -> PathfinderMob
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 PathfinderMob
impl Debug for PathfinderMob
source§impl Default for PathfinderMob
impl Default for PathfinderMob
source§fn default() -> PathfinderMob
fn default() -> PathfinderMob
Returns the “default value” for a type. Read more
source§impl Deref for PathfinderMob
impl Deref for PathfinderMob
source§impl DerefMut for PathfinderMob
impl DerefMut for PathfinderMob
source§impl PartialEq for PathfinderMob
impl PartialEq for PathfinderMob
source§fn eq(&self, other: &PathfinderMob) -> bool
fn eq(&self, other: &PathfinderMob) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PathfinderMob
Auto Trait Implementations§
impl Freeze for PathfinderMob
impl RefUnwindSafe for PathfinderMob
impl Send for PathfinderMob
impl Sync for PathfinderMob
impl Unpin for PathfinderMob
impl UnwindSafe for PathfinderMob
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