pub struct NoopProgress;Expand description
Progress reporter that ignores all updates.
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 moreSource§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 ProgressReporter for NoopProgress
impl ProgressReporter for NoopProgress
impl Copy for NoopProgress
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