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