pub struct VerifyResults {
pub scanned: usize,
pub errors: Vec<(Vec<u8>, Error)>,
}
Fields§
§scanned: usize
§errors: Vec<(Vec<u8>, Error)>
Auto Trait Implementations§
impl Freeze for VerifyResults
impl !RefUnwindSafe for VerifyResults
impl Send for VerifyResults
impl Sync for VerifyResults
impl Unpin for VerifyResults
impl !UnwindSafe for VerifyResults
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