Struct entmet_lib::entities::entity::Witch
source · pub struct Witch {
pub drinking_potion: bool,
/* private fields */
}Expand description
An instance of a witch
Fields§
§drinking_potion: boolWhether it is drinking a potion or not
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Witch
impl RefUnwindSafe for Witch
impl Send for Witch
impl Sync for Witch
impl Unpin for Witch
impl UnwindSafe for Witch
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