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