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