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