pub struct EntityManager { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntityManager
impl RefUnwindSafe for EntityManager
impl Send for EntityManager
impl Sync for EntityManager
impl Unpin for EntityManager
impl UnwindSafe for EntityManager
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