pub struct WorldRef;
Trait Implementations§
Source§impl AccessType for WorldRef
impl AccessType for WorldRef
Auto Trait Implementations§
impl Freeze for WorldRef
impl RefUnwindSafe for WorldRef
impl Send for WorldRef
impl Sync for WorldRef
impl Unpin for WorldRef
impl UnwindSafe for WorldRef
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