Struct entmet_lib::entities::entity::AbstractGolem
source · pub struct AbstractGolem { /* private fields */ }Expand description
An interface for Golem like mobs
Trait Implementations§
source§impl Default for AbstractGolem
impl Default for AbstractGolem
source§fn default() -> AbstractGolem
fn default() -> AbstractGolem
Returns the “default value” for a type. Read more
source§impl Deref for AbstractGolem
impl Deref for AbstractGolem
Auto Trait Implementations§
impl Freeze for AbstractGolem
impl RefUnwindSafe for AbstractGolem
impl Send for AbstractGolem
impl Sync for AbstractGolem
impl Unpin for AbstractGolem
impl UnwindSafe for AbstractGolem
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