Struct entmet_lib::entities::entity::IronGolem
source · pub struct IronGolem {
pub player_created: bool,
/* private fields */
}Expand description
An instance of an iron golem
Fields§
§player_created: boolWhether the iron golem was created by a player or not
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IronGolem
impl RefUnwindSafe for IronGolem
impl Send for IronGolem
impl Sync for IronGolem
impl Unpin for IronGolem
impl UnwindSafe for IronGolem
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