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