pub struct RestorePlanner;Expand description
RestorePlanner
Implementations§
Source§impl RestorePlanner
impl RestorePlanner
Sourcepub fn plan(
manifest: &FleetBackupManifest,
mapping: Option<&RestoreMapping>,
) -> Result<RestorePlan, RestorePlanError>
pub fn plan( manifest: &FleetBackupManifest, mapping: Option<&RestoreMapping>, ) -> Result<RestorePlan, RestorePlanError>
Build a no-mutation restore plan from the manifest and optional target mapping.
Auto Trait Implementations§
impl Freeze for RestorePlanner
impl RefUnwindSafe for RestorePlanner
impl Send for RestorePlanner
impl Sync for RestorePlanner
impl Unpin for RestorePlanner
impl UnsafeUnpin for RestorePlanner
impl UnwindSafe for RestorePlanner
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