pub struct BackupRestoreResult {
pub restored: bool,
}Expand description
ign backup restore output model — the flat success shape.
Fields§
§restored: boolAlways true on this shape — the POST’s 2xx IS the restore
acceptance (the post-restore restart window is README
honesty, not output).
Trait Implementations§
Source§impl Debug for BackupRestoreResult
impl Debug for BackupRestoreResult
Auto Trait Implementations§
impl Freeze for BackupRestoreResult
impl RefUnwindSafe for BackupRestoreResult
impl Send for BackupRestoreResult
impl Sync for BackupRestoreResult
impl Unpin for BackupRestoreResult
impl UnsafeUnpin for BackupRestoreResult
impl UnwindSafe for BackupRestoreResult
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