pub struct VerificationProgress {
pub current_path: String,
pub current_file: usize,
pub total_files: usize,
}Fields§
§current_path: String§current_file: usize§total_files: usizeAuto Trait Implementations§
impl Freeze for VerificationProgress
impl RefUnwindSafe for VerificationProgress
impl Send for VerificationProgress
impl Sync for VerificationProgress
impl Unpin for VerificationProgress
impl UnwindSafe for VerificationProgress
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