pub struct NoopUpdater;Expand description
A null updater for when no feedback is required.
Trait Implementations§
Source§impl StatusUpdater for NoopUpdater
impl StatusUpdater for NoopUpdater
Auto Trait Implementations§
impl Freeze for NoopUpdater
impl RefUnwindSafe for NoopUpdater
impl Send for NoopUpdater
impl Sync for NoopUpdater
impl Unpin for NoopUpdater
impl UnwindSafe for NoopUpdater
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