pub struct SilentProgressHandler;
Expand description
Silent progress handler that does nothing
Trait Implementations§
Source§impl ProgressHandler for SilentProgressHandler
impl ProgressHandler for SilentProgressHandler
Source§fn handle_progress(&self, _event: ProgressEvent)
fn handle_progress(&self, _event: ProgressEvent)
Handle a progress event
Auto Trait Implementations§
impl Freeze for SilentProgressHandler
impl RefUnwindSafe for SilentProgressHandler
impl Send for SilentProgressHandler
impl Sync for SilentProgressHandler
impl Unpin for SilentProgressHandler
impl UnwindSafe for SilentProgressHandler
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