pub struct MultiProgress { /* private fields */ }Expand description
Multi-task progress display showing all active downloads at once.
Format: [#1 45%] [#2 78%] [#3 12%] Total: 12.3MiB/s
Each bar is an independent ProgressBar with its own label.
Implementations§
Source§impl MultiProgress
impl MultiProgress
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiProgress
impl RefUnwindSafe for MultiProgress
impl Send for MultiProgress
impl Sync for MultiProgress
impl Unpin for MultiProgress
impl UnsafeUnpin for MultiProgress
impl UnwindSafe for MultiProgress
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