Struct entmet_lib::entities::entity::SnowGolem
source · pub struct SnowGolem {
pub no_pumpkin_hat: bool,
/* private fields */
}Expand description
An instance of a snow golem (snow man)
Fields§
§no_pumpkin_hat: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for SnowGolem
impl RefUnwindSafe for SnowGolem
impl Send for SnowGolem
impl Sync for SnowGolem
impl Unpin for SnowGolem
impl UnwindSafe for SnowGolem
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