pub struct SimpleProgressBar { /* private fields */ }Expand description
A simple progress bar
Implementations§
Auto Trait Implementations§
impl Freeze for SimpleProgressBar
impl RefUnwindSafe for SimpleProgressBar
impl Send for SimpleProgressBar
impl Sync for SimpleProgressBar
impl Unpin for SimpleProgressBar
impl UnsafeUnpin for SimpleProgressBar
impl UnwindSafe for SimpleProgressBar
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