pub struct EntityRecord { /* private fields */ }Expand description
We store our own instance data alongside the Entity instance itself.
Auto Trait Implementations§
impl !Freeze for EntityRecord
impl !RefUnwindSafe for EntityRecord
impl !Send for EntityRecord
impl !Sync for EntityRecord
impl Unpin for EntityRecord
impl !UnwindSafe for EntityRecord
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