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