pub struct WorkerJob {
pub request: PlannedJob,
pub download_path: PathBuf,
pub download_size_bytes: u64,
pub is_source_from_private_store: bool,
}Fields§
§request: PlannedJob§download_path: PathBuf§download_size_bytes: u64§is_source_from_private_store: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for WorkerJob
impl RefUnwindSafe for WorkerJob
impl Send for WorkerJob
impl Sync for WorkerJob
impl Unpin for WorkerJob
impl UnwindSafe for WorkerJob
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