pub enum PlanRuntimePrefixRestoreOutcome {
Unavailable,
Restored(PlanRuntimePrefixRestoreOutput),
Deferred(PlanRuntimePrefixRestoreDeferral),
}Variants§
Restored(PlanRuntimePrefixRestoreOutput)
Deferred(PlanRuntimePrefixRestoreDeferral)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PlanRuntimePrefixRestoreOutcome
impl !Sync for PlanRuntimePrefixRestoreOutcome
impl !UnwindSafe for PlanRuntimePrefixRestoreOutcome
impl Freeze for PlanRuntimePrefixRestoreOutcome
impl Send for PlanRuntimePrefixRestoreOutcome
impl Unpin for PlanRuntimePrefixRestoreOutcome
impl UnsafeUnpin for PlanRuntimePrefixRestoreOutcome
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