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