pub struct ProgressBar { /* private fields */ }
Implementations§
Source§impl ProgressBar
impl ProgressBar
Trait Implementations§
Source§impl ProgressTrait for ProgressBar
impl ProgressTrait for ProgressBar
type ProgressResultType = ()
fn update(&self, msg: &str) -> Result<Self::ProgressResultType>
fn done(&self, msg: &str) -> Result<Self::ProgressResultType>
fn done_without_indicator(&self, msg: &str) -> Result<Self::ProgressResultType>
Auto Trait Implementations§
impl Freeze for ProgressBar
impl RefUnwindSafe for ProgressBar
impl Send for ProgressBar
impl Sync for ProgressBar
impl Unpin for ProgressBar
impl UnwindSafe for ProgressBar
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