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