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