pub struct DownloadInfo {
pub base: BaseFileDownload,
pub splits: Vec<SplitFileDownload>,
pub expansions: Vec<ExpansionFileDownload>,
}Fields§
§base: BaseFileDownload§splits: Vec<SplitFileDownload>§expansions: Vec<ExpansionFileDownload>Auto Trait Implementations§
impl Freeze for DownloadInfo
impl RefUnwindSafe for DownloadInfo
impl Send for DownloadInfo
impl Sync for DownloadInfo
impl Unpin for DownloadInfo
impl UnwindSafe for DownloadInfo
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