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