Struct entmet_lib::entities::entity::Illusioner
source · pub struct Illusioner { /* private fields */ }Expand description
An instance of an illusioner
Trait Implementations§
source§impl Default for Illusioner
impl Default for Illusioner
source§fn default() -> Illusioner
fn default() -> Illusioner
Returns the “default value” for a type. Read more
source§impl Deref for Illusioner
impl Deref for Illusioner
Auto Trait Implementations§
impl Freeze for Illusioner
impl RefUnwindSafe for Illusioner
impl Send for Illusioner
impl Sync for Illusioner
impl Unpin for Illusioner
impl UnwindSafe for Illusioner
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