Struct backup_deduplicator::data::Job
source · pub struct Job {
pub parent: Option<SharedJob>,
pub finished_children: Mutex<Vec<File>>,
pub target_path: FilePath,
pub state: JobState,
/* private fields */
}Fields§
§parent: Option<SharedJob>§finished_children: Mutex<Vec<File>>§target_path: FilePath§state: JobStateImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Job
impl RefUnwindSafe for Job
impl Send for Job
impl Sync for Job
impl Unpin for Job
impl UnwindSafe for Job
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