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