pub struct RestoreInfo {
pub data_path: PathBuf,
pub snapshot: SnapshotInfo,
}Expand description
Evidence that a backup was fully verified before destination activation.
Fields§
§data_path: PathBufNewly activated data directory.
snapshot: SnapshotInfoLogical snapshot verified after index reconstruction and reopen.
Trait Implementations§
Source§impl Clone for RestoreInfo
impl Clone for RestoreInfo
Source§fn clone(&self) -> RestoreInfo
fn clone(&self) -> RestoreInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RestoreInfo
impl Debug for RestoreInfo
impl Eq for RestoreInfo
Source§impl PartialEq for RestoreInfo
impl PartialEq for RestoreInfo
impl StructuralPartialEq for RestoreInfo
Auto Trait Implementations§
impl Freeze for RestoreInfo
impl RefUnwindSafe for RestoreInfo
impl Send for RestoreInfo
impl Sync for RestoreInfo
impl Unpin for RestoreInfo
impl UnsafeUnpin for RestoreInfo
impl UnwindSafe for RestoreInfo
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