pub struct Progress {
pub bytes_downloaded: Option<u64>,
pub overall: f32,
}
Fields§
§bytes_downloaded: Option<u64>
Some
iff data transfer is currently in progress
overall: f32
Auto Trait Implementations§
impl RefUnwindSafe for Progress
impl Send for Progress
impl Sync for Progress
impl Unpin for Progress
impl UnwindSafe for Progress
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