Struct entmet_lib::entities::entity::Monster
source · pub struct Monster { /* private fields */ }Expand description
An interface of a monster
Trait Implementations§
source§impl PartialEq for Monster
impl PartialEq for Monster
impl StructuralPartialEq for Monster
Auto Trait Implementations§
impl Freeze for Monster
impl RefUnwindSafe for Monster
impl Send for Monster
impl Sync for Monster
impl Unpin for Monster
impl UnwindSafe for Monster
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