pub struct NoProgressHandler;Expand description
impl ProgressHandler with empty functions
Trait Implementations§
Source§impl Clone for NoProgressHandler
impl Clone for NoProgressHandler
Source§fn clone(&self) -> NoProgressHandler
fn clone(&self) -> NoProgressHandler
Returns a duplicate of the value. Read more
1.0.0 · 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 NoProgressHandler
impl Debug for NoProgressHandler
Source§impl Hash for NoProgressHandler
impl Hash for NoProgressHandler
Source§impl PartialEq for NoProgressHandler
impl PartialEq for NoProgressHandler
Source§impl ProgressHandler for NoProgressHandler
impl ProgressHandler for NoProgressHandler
impl Eq for NoProgressHandler
impl StructuralPartialEq for NoProgressHandler
Auto Trait Implementations§
impl Freeze for NoProgressHandler
impl RefUnwindSafe for NoProgressHandler
impl Send for NoProgressHandler
impl Sync for NoProgressHandler
impl Unpin for NoProgressHandler
impl UnwindSafe for NoProgressHandler
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