pub struct ScanReport {
pub message: String,
pub detail: String,
pub position_in_bytes: usize,
}
Fields§
§message: String
§detail: String
§position_in_bytes: usize
Implementations§
Trait Implementations§
Source§impl Debug for ScanReport
impl Debug for ScanReport
Source§impl PartialEq for ScanReport
impl PartialEq for ScanReport
impl StructuralPartialEq for ScanReport
Auto Trait Implementations§
impl Freeze for ScanReport
impl RefUnwindSafe for ScanReport
impl Send for ScanReport
impl Sync for ScanReport
impl Unpin for ScanReport
impl UnwindSafe for ScanReport
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