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