pub struct RestoreApplyUnclaimOptions {
pub journal: PathBuf,
pub sequence: Option<usize>,
pub updated_at: Option<String>,
pub out: Option<PathBuf>,
}Expand description
RestoreApplyMarkOptions
Fields§
§journal: PathBuf§sequence: Option<usize>§updated_at: Option<String>§out: Option<PathBuf>Implementations§
Source§impl RestoreApplyUnclaimOptions
impl RestoreApplyUnclaimOptions
Sourcepub fn parse<I>(args: I) -> Result<Self, RestoreCommandError>where
I: IntoIterator<Item = OsString>,
pub fn parse<I>(args: I) -> Result<Self, RestoreCommandError>where
I: IntoIterator<Item = OsString>,
Parse restore apply-unclaim options from CLI arguments.
Trait Implementations§
Source§impl Clone for RestoreApplyUnclaimOptions
impl Clone for RestoreApplyUnclaimOptions
Source§fn clone(&self) -> RestoreApplyUnclaimOptions
fn clone(&self) -> RestoreApplyUnclaimOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RestoreApplyUnclaimOptions
impl Debug for RestoreApplyUnclaimOptions
impl Eq for RestoreApplyUnclaimOptions
impl StructuralPartialEq for RestoreApplyUnclaimOptions
Auto Trait Implementations§
impl Freeze for RestoreApplyUnclaimOptions
impl RefUnwindSafe for RestoreApplyUnclaimOptions
impl Send for RestoreApplyUnclaimOptions
impl Sync for RestoreApplyUnclaimOptions
impl Unpin for RestoreApplyUnclaimOptions
impl UnsafeUnpin for RestoreApplyUnclaimOptions
impl UnwindSafe for RestoreApplyUnclaimOptions
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