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