pub struct BytesEntityRef<'src> { /* private fields */ }Expand description
BytesEvent::EntityRef payload — the entity name only. The
literal source form &{name}; is reconstructable by callers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'src> Freeze for BytesEntityRef<'src>
impl<'src> RefUnwindSafe for BytesEntityRef<'src>
impl<'src> Send for BytesEntityRef<'src>
impl<'src> Sync for BytesEntityRef<'src>
impl<'src> Unpin for BytesEntityRef<'src>
impl<'src> UnsafeUnpin for BytesEntityRef<'src>
impl<'src> UnwindSafe for BytesEntityRef<'src>
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