pub struct BasicProgress { /* private fields */ }Expand description
Basic progress indicator
Implementations§
Source§impl BasicProgress
impl BasicProgress
Sourcepub fn show_download(&self, downloaded: u64, total: u64)
pub fn show_download(&self, downloaded: u64, total: u64)
Displays download progress
Trait Implementations§
Source§impl Clone for BasicProgress
impl Clone for BasicProgress
Source§fn clone(&self) -> BasicProgress
fn clone(&self) -> BasicProgress
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 moreAuto Trait Implementations§
impl Freeze for BasicProgress
impl RefUnwindSafe for BasicProgress
impl Send for BasicProgress
impl Sync for BasicProgress
impl Unpin for BasicProgress
impl UnsafeUnpin for BasicProgress
impl UnwindSafe for BasicProgress
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