pub struct ShrinkBackupOpts {
pub dest_img: PathBuf,
pub force: bool,
}Expand description
Options for shrink-backup wrapper (optional third method).
Fields§
§dest_img: PathBufOutput image path for the shrink tool.
force: boolPass force through to the wrapper.
Trait Implementations§
Source§impl Clone for ShrinkBackupOpts
impl Clone for ShrinkBackupOpts
Source§fn clone(&self) -> ShrinkBackupOpts
fn clone(&self) -> ShrinkBackupOpts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ShrinkBackupOpts
impl RefUnwindSafe for ShrinkBackupOpts
impl Send for ShrinkBackupOpts
impl Sync for ShrinkBackupOpts
impl Unpin for ShrinkBackupOpts
impl UnsafeUnpin for ShrinkBackupOpts
impl UnwindSafe for ShrinkBackupOpts
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