pub struct Download {
pub progress: u64,
pub total: u64,
/* private fields */
}Fields§
§progress: u64§total: u64Implementations§
Auto Trait Implementations§
impl Freeze for Download
impl !RefUnwindSafe for Download
impl Send for Download
impl Sync for Download
impl Unpin for Download
impl !UnwindSafe for Download
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