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