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