Struct entmet_lib::entities::entity::SpellcasterIllager
source · pub struct SpellcasterIllager {
pub spell: Spell,
/* private fields */
}Expand description
An interface of a spellcasting illager
Fields§
§spell: SpellThe spell that is being casted
Trait Implementations§
source§impl Default for SpellcasterIllager
impl Default for SpellcasterIllager
source§fn default() -> SpellcasterIllager
fn default() -> SpellcasterIllager
Returns the “default value” for a type. Read more
source§impl Deref for SpellcasterIllager
impl Deref for SpellcasterIllager
source§impl DerefMut for SpellcasterIllager
impl DerefMut for SpellcasterIllager
source§impl PartialEq for SpellcasterIllager
impl PartialEq for SpellcasterIllager
source§fn eq(&self, other: &SpellcasterIllager) -> bool
fn eq(&self, other: &SpellcasterIllager) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SpellcasterIllager
Auto Trait Implementations§
impl Freeze for SpellcasterIllager
impl RefUnwindSafe for SpellcasterIllager
impl Send for SpellcasterIllager
impl Sync for SpellcasterIllager
impl Unpin for SpellcasterIllager
impl UnwindSafe for SpellcasterIllager
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