pub struct RestoreApplyNextOptions {
pub journal: PathBuf,
pub out: Option<PathBuf>,
}Expand description
RestoreApplyNextOptions
Fields§
§journal: PathBuf§out: Option<PathBuf>Implementations§
Source§impl RestoreApplyNextOptions
impl RestoreApplyNextOptions
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-next options from CLI arguments.
Trait Implementations§
Source§impl Clone for RestoreApplyNextOptions
impl Clone for RestoreApplyNextOptions
Source§fn clone(&self) -> RestoreApplyNextOptions
fn clone(&self) -> RestoreApplyNextOptions
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 RestoreApplyNextOptions
impl Debug for RestoreApplyNextOptions
Source§impl PartialEq for RestoreApplyNextOptions
impl PartialEq for RestoreApplyNextOptions
impl Eq for RestoreApplyNextOptions
impl StructuralPartialEq for RestoreApplyNextOptions
Auto Trait Implementations§
impl Freeze for RestoreApplyNextOptions
impl RefUnwindSafe for RestoreApplyNextOptions
impl Send for RestoreApplyNextOptions
impl Sync for RestoreApplyNextOptions
impl Unpin for RestoreApplyNextOptions
impl UnsafeUnpin for RestoreApplyNextOptions
impl UnwindSafe for RestoreApplyNextOptions
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