pub struct DownloadErrorEvent {
pub software_version: Option<u32>,
pub bytes_downloaded: Option<u64>,
pub progress_percent: Option<u8>,
pub platform_code: Option<i64>,
}Fields§
§software_version: Option<u32>§bytes_downloaded: Option<u64>§progress_percent: Option<u8>§platform_code: Option<i64>Trait Implementations§
Source§impl Debug for DownloadErrorEvent
impl Debug for DownloadErrorEvent
Auto Trait Implementations§
impl Freeze for DownloadErrorEvent
impl RefUnwindSafe for DownloadErrorEvent
impl Send for DownloadErrorEvent
impl Sync for DownloadErrorEvent
impl Unpin for DownloadErrorEvent
impl UnwindSafe for DownloadErrorEvent
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