pub struct ApplyFlow {
pub exdev: ExdevPolicy,
pub override_preflight: bool,
pub best_effort_restore: bool,
pub extra_mount_checks: Vec<PathBuf>,
pub capture_restore_snapshot: bool,
}
Expand description
Apply stage policy affecting degraded paths and preflight parity.
Fields§
§exdev: ExdevPolicy
§override_preflight: bool
§best_effort_restore: bool
§extra_mount_checks: Vec<PathBuf>
§capture_restore_snapshot: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApplyFlow
impl RefUnwindSafe for ApplyFlow
impl Send for ApplyFlow
impl Sync for ApplyFlow
impl Unpin for ApplyFlow
impl UnwindSafe for ApplyFlow
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