Enum arkiv::DestProvided
source · pub enum DestProvided {
TempDir,
Dir(PathBuf),
}Expand description
Download destination is provided in Downloader.
Variants§
TempDir
Archive file will be downloaded in a temporary directory.
Dir(PathBuf)
Archive file will be downloaded in a specific directory.
Auto Trait Implementations§
impl RefUnwindSafe for DestProvided
impl Send for DestProvided
impl Sync for DestProvided
impl Unpin for DestProvided
impl UnwindSafe for DestProvided
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