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