pub struct NullProgress;Trait Implementations§
Source§impl Debug for NullProgress
impl Debug for NullProgress
Source§impl Default for NullProgress
impl Default for NullProgress
Source§fn default() -> NullProgress
fn default() -> NullProgress
Returns the “default value” for a type. Read more
Source§impl ProgressSink for NullProgress
impl ProgressSink for NullProgress
fn on_step(&mut self, _progress: StepProgress)
Auto Trait Implementations§
impl Freeze for NullProgress
impl RefUnwindSafe for NullProgress
impl Send for NullProgress
impl Sync for NullProgress
impl Unpin for NullProgress
impl UnsafeUnpin for NullProgress
impl UnwindSafe for NullProgress
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