pub struct ConsoleProgressReporter { /* private fields */ }Expand description
Console progress reporter using indicatif.
Implementations§
Source§impl ConsoleProgressReporter
impl ConsoleProgressReporter
Sourcepub fn callback(&self) -> ProgressCallback
pub fn callback(&self) -> ProgressCallback
Create a progress callback for use with migration.
Sourcepub fn multi_progress(&self) -> &MultiProgress
pub fn multi_progress(&self) -> &MultiProgress
Get the multi-progress handle.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsoleProgressReporter
impl RefUnwindSafe for ConsoleProgressReporter
impl Send for ConsoleProgressReporter
impl Sync for ConsoleProgressReporter
impl Unpin for ConsoleProgressReporter
impl UnsafeUnpin for ConsoleProgressReporter
impl UnwindSafe for ConsoleProgressReporter
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