pub struct Pb(/* private fields */);Expand description
We wrap the progress bar to be able to hide output when we need to
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pb
impl RefUnwindSafe for Pb
impl Send for Pb
impl Sync for Pb
impl Unpin for Pb
impl UnwindSafe for Pb
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