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