pub struct NoopProgressSink;Expand description
Progress sink that intentionally discards events.
Trait Implementations§
Source§impl Clone for NoopProgressSink
impl Clone for NoopProgressSink
Source§fn clone(&self) -> NoopProgressSink
fn clone(&self) -> NoopProgressSink
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 NoopProgressSink
impl Debug for NoopProgressSink
Source§impl Default for NoopProgressSink
impl Default for NoopProgressSink
Source§fn default() -> NoopProgressSink
fn default() -> NoopProgressSink
Returns the “default value” for a type. Read more
Source§impl ProgressSink for NoopProgressSink
impl ProgressSink for NoopProgressSink
impl Copy for NoopProgressSink
Auto Trait Implementations§
impl Freeze for NoopProgressSink
impl RefUnwindSafe for NoopProgressSink
impl Send for NoopProgressSink
impl Sync for NoopProgressSink
impl Unpin for NoopProgressSink
impl UnsafeUnpin for NoopProgressSink
impl UnwindSafe for NoopProgressSink
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