pub struct NoOpProgressHook;Expand description
No-operation progress hook that ignores all progress updates
Trait Implementations§
Source§impl ProgressHook for NoOpProgressHook
impl ProgressHook for NoOpProgressHook
Auto Trait Implementations§
impl Freeze for NoOpProgressHook
impl RefUnwindSafe for NoOpProgressHook
impl Send for NoOpProgressHook
impl Sync for NoOpProgressHook
impl Unpin for NoOpProgressHook
impl UnsafeUnpin for NoOpProgressHook
impl UnwindSafe for NoOpProgressHook
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