pub struct Creeper {
pub mob: Mob,
}Fields§
§mob: MobTrait Implementations§
Auto Trait Implementations§
impl Freeze for Creeper
impl RefUnwindSafe for Creeper
impl Send for Creeper
impl Sync for Creeper
impl Unpin for Creeper
impl UnsafeUnpin for Creeper
impl UnwindSafe for Creeper
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