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