pub struct ReactiveListSnapshotRestoreDescriptor;Expand description
ReactiveListSnapshotRestoreDescriptor data container.
Trait Implementations§
Source§impl GraphRestoreDescriptor for ReactiveListSnapshotRestoreDescriptor
impl GraphRestoreDescriptor for ReactiveListSnapshotRestoreDescriptor
Source§fn define(
&self,
ctx: RestoreDefineCtx<'_>,
) -> GraphRestoreResult<RestoreNodeDefinition>
fn define( &self, ctx: RestoreDefineCtx<'_>, ) -> GraphRestoreResult<RestoreNodeDefinition>
Updates or reads
define.Auto Trait Implementations§
impl Freeze for ReactiveListSnapshotRestoreDescriptor
impl RefUnwindSafe for ReactiveListSnapshotRestoreDescriptor
impl Send for ReactiveListSnapshotRestoreDescriptor
impl Sync for ReactiveListSnapshotRestoreDescriptor
impl Unpin for ReactiveListSnapshotRestoreDescriptor
impl UnsafeUnpin for ReactiveListSnapshotRestoreDescriptor
impl UnwindSafe for ReactiveListSnapshotRestoreDescriptor
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