pub struct GraphRestoreDefinition {
pub ref_: String,
/* private fields */
}Expand description
GraphRestoreDefinition data container.
Fields§
§ref_: Stringref_ field for ref.
Implementations§
Source§impl GraphRestoreDefinition
impl GraphRestoreDefinition
Sourcepub fn json(
ref_: impl Into<String>,
f: impl Fn(&GraphCheckpointJson) -> GraphRestoreResult<GraphCheckpointJson> + 'static,
) -> Self
pub fn json( ref_: impl Into<String>, f: impl Fn(&GraphCheckpointJson) -> GraphRestoreResult<GraphCheckpointJson> + 'static, ) -> Self
Creates or computes json.
Trait Implementations§
Source§impl Clone for GraphRestoreDefinition
impl Clone for GraphRestoreDefinition
Source§fn clone(&self) -> GraphRestoreDefinition
fn clone(&self) -> GraphRestoreDefinition
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 GraphRestoreDefinition
impl !RefUnwindSafe for GraphRestoreDefinition
impl !Send for GraphRestoreDefinition
impl !Sync for GraphRestoreDefinition
impl Unpin for GraphRestoreDefinition
impl UnsafeUnpin for GraphRestoreDefinition
impl !UnwindSafe for GraphRestoreDefinition
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