pub struct NoopProgress;Expand description
Default progress sink for callers that do not care about progress.
Trait Implementations§
Source§impl Clone for NoopProgress
impl Clone for NoopProgress
Source§fn clone(&self) -> NoopProgress
fn clone(&self) -> NoopProgress
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoopProgress
Source§impl Debug for NoopProgress
impl Debug for NoopProgress
Source§impl Default for NoopProgress
impl Default for NoopProgress
Source§fn default() -> NoopProgress
fn default() -> NoopProgress
Returns the “default value” for a type. Read more
Source§impl ProgressSink for NoopProgress
impl ProgressSink for NoopProgress
fn event(&self, _ev: ProgressEvent)
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