pub struct MultiProgressBar<P: ProgressBar> { /* private fields */ }
Expand description
MultiProgress is the main struct of this library. It handles drawing progress bars and log outputs.
Implementations§
Source§impl<P: ProgressBar> MultiProgressBar<P>
impl<P: ProgressBar> MultiProgressBar<P>
Auto Trait Implementations§
impl<P> Freeze for MultiProgressBar<P>where
P: Freeze,
impl<P> RefUnwindSafe for MultiProgressBar<P>where
P: RefUnwindSafe,
impl<P> Send for MultiProgressBar<P>where
P: Send,
impl<P> Sync for MultiProgressBar<P>where
P: Sync,
impl<P> Unpin for MultiProgressBar<P>where
P: Unpin,
impl<P> UnwindSafe for MultiProgressBar<P>where
P: UnwindSafe,
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