Struct entmet_lib::entities::entity::Rabbit
source · pub struct Rabbit {
pub variant: RabbitVariant,
/* private fields */
}Expand description
An instance of a rabbit
Fields§
§variant: RabbitVariantThe variant of the rabbit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rabbit
impl RefUnwindSafe for Rabbit
impl Send for Rabbit
impl Sync for Rabbit
impl Unpin for Rabbit
impl UnwindSafe for Rabbit
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