pub struct RestoreOutcome {
pub safety: RestoreTarget,
pub plan: RestorePlan,
pub stats: ApplyStats,
}Fields§
§safety: RestoreTargetThe pre-restore state; restoring to it undoes this restore (redo).
plan: RestorePlan§stats: ApplyStatsTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RestoreOutcome
impl !UnwindSafe for RestoreOutcome
impl Freeze for RestoreOutcome
impl Send for RestoreOutcome
impl Sync for RestoreOutcome
impl Unpin for RestoreOutcome
impl UnsafeUnpin for RestoreOutcome
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