pub struct BlockProgressBar<T: TaskProgress> { /* private fields */ }Expand description
BlockProgressBar is a progress bar using block characters to show progress.
Implementations§
Source§impl<T> BlockProgressBar<T>where
T: TaskProgress,
impl<T> BlockProgressBar<T>where
T: TaskProgress,
Trait Implementations§
Source§impl<T> ProgressBar for BlockProgressBar<T>where
T: TaskProgress,
impl<T> ProgressBar for BlockProgressBar<T>where
T: TaskProgress,
Auto Trait Implementations§
impl<T> Freeze for BlockProgressBar<T>
impl<T> RefUnwindSafe for BlockProgressBar<T>where
T: RefUnwindSafe,
impl<T> Send for BlockProgressBar<T>where
T: Send,
impl<T> Sync for BlockProgressBar<T>where
T: Sync,
impl<T> Unpin for BlockProgressBar<T>where
T: Unpin,
impl<T> UnwindSafe for BlockProgressBar<T>where
T: 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