pub struct NoOpProgressReporter;Expand description
Progress reporter that ignores all events.
Trait Implementations§
Source§impl Clone for NoOpProgressReporter
impl Clone for NoOpProgressReporter
Source§fn clone(&self) -> NoOpProgressReporter
fn clone(&self) -> NoOpProgressReporter
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 NoOpProgressReporter
impl Debug for NoOpProgressReporter
Source§impl Default for NoOpProgressReporter
impl Default for NoOpProgressReporter
Source§fn default() -> NoOpProgressReporter
fn default() -> NoOpProgressReporter
Returns the “default value” for a type. Read more
Source§impl PartialEq for NoOpProgressReporter
impl PartialEq for NoOpProgressReporter
Source§fn eq(&self, other: &NoOpProgressReporter) -> bool
fn eq(&self, other: &NoOpProgressReporter) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ProgressReporter for NoOpProgressReporter
impl ProgressReporter for NoOpProgressReporter
Source§fn report(&self, _event: &ProgressEvent)
fn report(&self, _event: &ProgressEvent)
impl Copy for NoOpProgressReporter
impl Eq for NoOpProgressReporter
impl StructuralPartialEq for NoOpProgressReporter
Auto Trait Implementations§
impl Freeze for NoOpProgressReporter
impl RefUnwindSafe for NoOpProgressReporter
impl Send for NoOpProgressReporter
impl Sync for NoOpProgressReporter
impl Unpin for NoOpProgressReporter
impl UnsafeUnpin for NoOpProgressReporter
impl UnwindSafe for NoOpProgressReporter
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