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