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