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