pub struct ZipJob {
pub data_origin: ZipJobOrigin,
pub archive_path: String,
}
Fields§
§data_origin: ZipJobOrigin
§archive_path: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZipJob
impl RefUnwindSafe for ZipJob
impl Send for ZipJob
impl Sync for ZipJob
impl Unpin for ZipJob
impl UnwindSafe for ZipJob
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