pub struct BackupPreflightConfig {
pub backup_dir: PathBuf,
pub out_dir: PathBuf,
pub mapping: Option<PathBuf>,
}Expand description
BackupPreflightConfig
Fields§
§backup_dir: PathBuf§out_dir: PathBuf§mapping: Option<PathBuf>Trait Implementations§
Source§impl Clone for BackupPreflightConfig
impl Clone for BackupPreflightConfig
Source§fn clone(&self) -> BackupPreflightConfig
fn clone(&self) -> BackupPreflightConfig
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 moreSource§impl Debug for BackupPreflightConfig
impl Debug for BackupPreflightConfig
Source§impl PartialEq for BackupPreflightConfig
impl PartialEq for BackupPreflightConfig
Source§fn eq(&self, other: &BackupPreflightConfig) -> bool
fn eq(&self, other: &BackupPreflightConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BackupPreflightConfig
impl StructuralPartialEq for BackupPreflightConfig
Auto Trait Implementations§
impl Freeze for BackupPreflightConfig
impl RefUnwindSafe for BackupPreflightConfig
impl Send for BackupPreflightConfig
impl Sync for BackupPreflightConfig
impl Unpin for BackupPreflightConfig
impl UnsafeUnpin for BackupPreflightConfig
impl UnwindSafe for BackupPreflightConfig
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