pub struct DownloadEventCompleted {
pub total: i64,
pub result: DownloadResult,
}Fields§
§total: i64§result: DownloadResultTrait Implementations§
Source§impl Clone for DownloadEventCompleted
impl Clone for DownloadEventCompleted
Source§fn clone(&self) -> DownloadEventCompleted
fn clone(&self) -> DownloadEventCompleted
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DownloadEventCompleted
impl Debug for DownloadEventCompleted
Source§impl Hash for DownloadEventCompleted
impl Hash for DownloadEventCompleted
Source§impl Ord for DownloadEventCompleted
impl Ord for DownloadEventCompleted
Source§fn cmp(&self, other: &DownloadEventCompleted) -> Ordering
fn cmp(&self, other: &DownloadEventCompleted) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DownloadEventCompleted
impl PartialEq for DownloadEventCompleted
Source§impl PartialOrd for DownloadEventCompleted
impl PartialOrd for DownloadEventCompleted
impl Copy for DownloadEventCompleted
impl Eq for DownloadEventCompleted
impl StructuralPartialEq for DownloadEventCompleted
Auto Trait Implementations§
impl Freeze for DownloadEventCompleted
impl RefUnwindSafe for DownloadEventCompleted
impl Send for DownloadEventCompleted
impl Sync for DownloadEventCompleted
impl Unpin for DownloadEventCompleted
impl UnwindSafe for DownloadEventCompleted
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