pub struct EntityRef<E: MessageExtractor> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for EntityRef<E>
impl<E> !RefUnwindSafe for EntityRef<E>
impl<E> Send for EntityRef<E>
impl<E> Sync for EntityRef<E>
impl<E> Unpin for EntityRef<E>where
E: Unpin,
impl<E> UnsafeUnpin for EntityRef<E>
impl<E> !UnwindSafe for EntityRef<E>
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