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