pub struct Griefing;Expand description
Handles mob griefing prevention.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Griefing
impl RefUnwindSafe for Griefing
impl Send for Griefing
impl Sync for Griefing
impl Unpin for Griefing
impl UnsafeUnpin for Griefing
impl UnwindSafe for Griefing
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