pub struct NullProgressSink;Expand description
No-op ProgressSink. Used by execute and execute_with_log.
Trait Implementations§
Source§impl ProgressSink for NullProgressSink
impl ProgressSink for NullProgressSink
Source§fn on_rename(&mut self, _plan: &RenamePlan)
fn on_rename(&mut self, _plan: &RenamePlan)
Called immediately after a rename succeeds.
Auto Trait Implementations§
impl Freeze for NullProgressSink
impl RefUnwindSafe for NullProgressSink
impl Send for NullProgressSink
impl Sync for NullProgressSink
impl Unpin for NullProgressSink
impl UnsafeUnpin for NullProgressSink
impl UnwindSafe for NullProgressSink
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