pub struct NoProgressBar;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoProgressBar
impl RefUnwindSafe for NoProgressBar
impl Send for NoProgressBar
impl Sync for NoProgressBar
impl Unpin for NoProgressBar
impl UnwindSafe for NoProgressBar
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