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