Struct entmet_lib::entities::entity::ThrownEnderPearl
source · pub struct ThrownEnderPearl { /* private fields */ }Expand description
An instance of a thrown ender pearl
Trait Implementations§
source§impl Default for ThrownEnderPearl
impl Default for ThrownEnderPearl
source§fn default() -> ThrownEnderPearl
fn default() -> ThrownEnderPearl
Returns the “default value” for a type. Read more
source§impl Deref for ThrownEnderPearl
impl Deref for ThrownEnderPearl
source§impl DerefMut for ThrownEnderPearl
impl DerefMut for ThrownEnderPearl
source§impl PartialEq for ThrownEnderPearl
impl PartialEq for ThrownEnderPearl
source§fn eq(&self, other: &ThrownEnderPearl) -> bool
fn eq(&self, other: &ThrownEnderPearl) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ThrownEnderPearl
Auto Trait Implementations§
impl Freeze for ThrownEnderPearl
impl RefUnwindSafe for ThrownEnderPearl
impl Send for ThrownEnderPearl
impl Sync for ThrownEnderPearl
impl Unpin for ThrownEnderPearl
impl UnwindSafe for ThrownEnderPearl
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