pub struct NoopProgress;Expand description
No-op progress sink.
Trait Implementations§
Source§impl Debug for NoopProgress
impl Debug for NoopProgress
Source§impl ProgressSink for NoopProgress
impl ProgressSink for NoopProgress
fn on_start(&self, _meta: ProgressStart)
fn on_tick(&self, _tick: ProgressTick)
fn on_complete(&self, _done: ProgressDone)
Auto Trait Implementations§
impl Freeze for NoopProgress
impl RefUnwindSafe for NoopProgress
impl Send for NoopProgress
impl Sync for NoopProgress
impl Unpin for NoopProgress
impl UnsafeUnpin for NoopProgress
impl UnwindSafe for NoopProgress
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