Struct backup_deduplicator::analyze::AnalysisSettings
source · pub struct AnalysisSettings {
pub input: PathBuf,
pub output: PathBuf,
pub threads: Option<usize>,
}Fields§
§input: PathBuf§output: PathBuf§threads: Option<usize>Auto Trait Implementations§
impl Freeze for AnalysisSettings
impl RefUnwindSafe for AnalysisSettings
impl Send for AnalysisSettings
impl Sync for AnalysisSettings
impl Unpin for AnalysisSettings
impl UnwindSafe for AnalysisSettings
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