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