pub struct BatchProgress { /* private fields */ }Expand description
Progress tracker for batch operations
Implementations§
Source§impl BatchProgress
impl BatchProgress
Sourcepub fn complete_job(&self)
pub fn complete_job(&self)
Mark a job as completed successfully
Sourcepub fn get_info(&self) -> ProgressInfo
pub fn get_info(&self) -> ProgressInfo
Get current progress information
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for BatchProgress
impl RefUnwindSafe for BatchProgress
impl Send for BatchProgress
impl Sync for BatchProgress
impl Unpin for BatchProgress
impl UnwindSafe for BatchProgress
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