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