Struct entmet_lib::entities::entity::ThrownPotion
source · pub struct ThrownPotion { /* private fields */ }Expand description
An instance of a thrown potion
Trait Implementations§
source§impl Default for ThrownPotion
impl Default for ThrownPotion
source§fn default() -> ThrownPotion
fn default() -> ThrownPotion
Returns the “default value” for a type. Read more
source§impl Deref for ThrownPotion
impl Deref for ThrownPotion
Auto Trait Implementations§
impl Freeze for ThrownPotion
impl RefUnwindSafe for ThrownPotion
impl Send for ThrownPotion
impl Sync for ThrownPotion
impl Unpin for ThrownPotion
impl UnwindSafe for ThrownPotion
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