Struct hecs_schedule::AllAccess
source · [−]pub struct AllAccess;Expand description
Marker type for a subworld which has access to the whole world
Trait Implementations
sourceimpl ComponentBorrow for AllAccess
impl ComponentBorrow for AllAccess
Auto Trait Implementations
impl RefUnwindSafe for AllAccess
impl Send for AllAccess
impl Sync for AllAccess
impl Unpin for AllAccess
impl UnwindSafe for AllAccess
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more