pub struct Entities { /* private fields */ }
Expand description
safe access to entities list and entity events
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Entities
impl !RefUnwindSafe for Entities
impl !Send for Entities
impl !Sync for Entities
impl Unpin for Entities
impl !UnwindSafe for Entities
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