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