pub struct ReactiveMapSnapshotRestoreDescriptor;Expand description
ReactiveMapSnapshotRestoreDescriptor data container.
Trait Implementations§
Source§impl GraphRestoreDescriptor for ReactiveMapSnapshotRestoreDescriptor
impl GraphRestoreDescriptor for ReactiveMapSnapshotRestoreDescriptor
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 ReactiveMapSnapshotRestoreDescriptor
impl RefUnwindSafe for ReactiveMapSnapshotRestoreDescriptor
impl Send for ReactiveMapSnapshotRestoreDescriptor
impl Sync for ReactiveMapSnapshotRestoreDescriptor
impl Unpin for ReactiveMapSnapshotRestoreDescriptor
impl UnsafeUnpin for ReactiveMapSnapshotRestoreDescriptor
impl UnwindSafe for ReactiveMapSnapshotRestoreDescriptor
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