pub struct WorldReadGuard<'a, W> { /* private fields */ }Expand description
Holds a read guard on a World.
Trait Implementations§
Source§impl<'a, W> Deref for WorldReadGuard<'a, W>
impl<'a, W> Deref for WorldReadGuard<'a, W>
Auto Trait Implementations§
impl<'a, W> Freeze for WorldReadGuard<'a, W>
impl<'a, W> RefUnwindSafe for WorldReadGuard<'a, W>where
W: RefUnwindSafe,
impl<'a, W> !Send for WorldReadGuard<'a, W>
impl<'a, W> Sync for WorldReadGuard<'a, W>where
W: Sync,
impl<'a, W> Unpin for WorldReadGuard<'a, W>
impl<'a, W> UnwindSafe for WorldReadGuard<'a, W>where
W: RefUnwindSafe,
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