pub struct DownloadCommitConfig {
pub iso_url: String,
pub iso_size: u64,
pub distro_name: String,
}Expand description
Configuration for download commit.
Fields§
§iso_url: StringURL to download from
iso_size: u64Expected size in bytes (for progress)
distro_name: StringName of the distro (for display)
Auto Trait Implementations§
impl Freeze for DownloadCommitConfig
impl RefUnwindSafe for DownloadCommitConfig
impl Send for DownloadCommitConfig
impl Sync for DownloadCommitConfig
impl Unpin for DownloadCommitConfig
impl UnwindSafe for DownloadCommitConfig
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