pub struct ProgressBar<'p> { /* private fields */ }Expand description
Bounded progress bar.
Implementations§
Source§impl<'p> ProgressBar<'p>
impl<'p> ProgressBar<'p>
Auto Trait Implementations§
impl<'p> Freeze for ProgressBar<'p>
impl<'p> RefUnwindSafe for ProgressBar<'p>
impl<'p> Send for ProgressBar<'p>
impl<'p> Sync for ProgressBar<'p>
impl<'p> Unpin for ProgressBar<'p>
impl<'p> UnsafeUnpin for ProgressBar<'p>
impl<'p> UnwindSafe for ProgressBar<'p>
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