Struct entmet_lib::entities::entity::Snowball
source · pub struct Snowball { /* private fields */ }Expand description
An instance of a thrown snowball
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Snowball
impl RefUnwindSafe for Snowball
impl Send for Snowball
impl Sync for Snowball
impl Unpin for Snowball
impl UnwindSafe for Snowball
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