Struct backup_deduplicator::build::BuildSettings
source · pub struct BuildSettings {
pub directory: PathBuf,
pub follow_symlinks: bool,
pub output: PathBuf,
pub absolute_paths: bool,
pub threads: Option<usize>,
pub hash_type: GeneralHashType,
pub continue_file: bool,
}Fields§
§directory: PathBuf§follow_symlinks: bool§output: PathBuf§absolute_paths: bool§threads: Option<usize>§hash_type: GeneralHashType§continue_file: boolAuto Trait Implementations§
impl Freeze for BuildSettings
impl RefUnwindSafe for BuildSettings
impl Send for BuildSettings
impl Sync for BuildSettings
impl Unpin for BuildSettings
impl UnwindSafe for BuildSettings
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