pub struct RestoreGraphOptions {
pub registry: GraphRestoreRegistry,
pub graph: GraphOptions,
}Expand description
RestoreGraphOptions data container.
Fields§
§registry: GraphRestoreRegistryregistry field for registry.
graph: GraphOptionsgraph field for graph.
Implementations§
Source§impl RestoreGraphOptions
impl RestoreGraphOptions
Sourcepub fn new(registry: GraphRestoreRegistry) -> Self
pub fn new(registry: GraphRestoreRegistry) -> Self
Creates or computes new.
Trait Implementations§
Source§impl Clone for RestoreGraphOptions
impl Clone for RestoreGraphOptions
Source§fn clone(&self) -> RestoreGraphOptions
fn clone(&self) -> RestoreGraphOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RestoreGraphOptions
impl !RefUnwindSafe for RestoreGraphOptions
impl !Send for RestoreGraphOptions
impl !Sync for RestoreGraphOptions
impl Unpin for RestoreGraphOptions
impl UnsafeUnpin for RestoreGraphOptions
impl !UnwindSafe for RestoreGraphOptions
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