pub struct GraphRestoreRegistry { /* private fields */ }Expand description
GraphRestoreRegistry data container.
Implementations§
Source§impl GraphRestoreRegistry
impl GraphRestoreRegistry
Sourcepub fn try_new(
entries: impl IntoIterator<Item = GraphRestoreEntry>,
) -> GraphRestoreResult<Self>
pub fn try_new( entries: impl IntoIterator<Item = GraphRestoreEntry>, ) -> GraphRestoreResult<Self>
Creates or computes try_new.
Sourcepub fn new(entries: impl IntoIterator<Item = GraphRestoreEntry>) -> Self
pub fn new(entries: impl IntoIterator<Item = GraphRestoreEntry>) -> Self
Creates or computes new.
Trait Implementations§
Source§impl Clone for GraphRestoreRegistry
impl Clone for GraphRestoreRegistry
Source§fn clone(&self) -> GraphRestoreRegistry
fn clone(&self) -> GraphRestoreRegistry
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 moreSource§impl Default for GraphRestoreRegistry
impl Default for GraphRestoreRegistry
Source§fn default() -> GraphRestoreRegistry
fn default() -> GraphRestoreRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GraphRestoreRegistry
impl !RefUnwindSafe for GraphRestoreRegistry
impl !Send for GraphRestoreRegistry
impl !Sync for GraphRestoreRegistry
impl Unpin for GraphRestoreRegistry
impl UnsafeUnpin for GraphRestoreRegistry
impl !UnwindSafe for GraphRestoreRegistry
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