pub struct DownloadOpts {
pub variant: Variant,
pub custom_path: Option<PathBuf>,
pub activate: bool,
pub dry_run: bool,
}Fields§
§variant: Variant§custom_path: Option<PathBuf>§activate: bool§dry_run: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for DownloadOpts
impl RefUnwindSafe for DownloadOpts
impl Send for DownloadOpts
impl Sync for DownloadOpts
impl Unpin for DownloadOpts
impl UnsafeUnpin for DownloadOpts
impl UnwindSafe for DownloadOpts
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