pub struct ProgressDone {
pub chunk_id: String,
pub iterations_completed: u32,
}Expand description
Called when the chunk finishes.
Fields§
§chunk_id: String§iterations_completed: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProgressDone
impl RefUnwindSafe for ProgressDone
impl Send for ProgressDone
impl Sync for ProgressDone
impl Unpin for ProgressDone
impl UnsafeUnpin for ProgressDone
impl UnwindSafe for ProgressDone
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