pub struct NoopReporter;Expand description
No-op reporter used when the client did not request progress.
Trait Implementations§
Source§impl Clone for NoopReporter
impl Clone for NoopReporter
Source§fn clone(&self) -> NoopReporter
fn clone(&self) -> NoopReporter
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 NoopReporter
Source§impl Debug for NoopReporter
impl Debug for NoopReporter
Source§impl Default for NoopReporter
impl Default for NoopReporter
Source§fn default() -> NoopReporter
fn default() -> NoopReporter
Returns the “default value” for a type. Read more
Source§impl ProgressReporter for NoopReporter
impl ProgressReporter for NoopReporter
Auto Trait Implementations§
impl Freeze for NoopReporter
impl RefUnwindSafe for NoopReporter
impl Send for NoopReporter
impl Sync for NoopReporter
impl Unpin for NoopReporter
impl UnsafeUnpin for NoopReporter
impl UnwindSafe for NoopReporter
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