pub struct EntityInsertMaterialization<E> { /* private fields */ }Expand description
EntityInsertMaterialization
Materialized authored insert payload produced by one generated insert input. Carries both the fully-typed entity after-image and the authored field-slot list so save preflight can still distinguish omission from authorship.
Implementations§
Source§impl<E> EntityInsertMaterialization<E>
impl<E> EntityInsertMaterialization<E>
Auto Trait Implementations§
impl<E> Freeze for EntityInsertMaterialization<E>where
E: Freeze,
impl<E> RefUnwindSafe for EntityInsertMaterialization<E>where
E: RefUnwindSafe,
impl<E> Send for EntityInsertMaterialization<E>where
E: Send,
impl<E> Sync for EntityInsertMaterialization<E>where
E: Sync,
impl<E> Unpin for EntityInsertMaterialization<E>where
E: Unpin,
impl<E> UnsafeUnpin for EntityInsertMaterialization<E>where
E: UnsafeUnpin,
impl<E> UnwindSafe for EntityInsertMaterialization<E>where
E: UnwindSafe,
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