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