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