pub struct LightScanSummary {
pub source_encoding: SourceEncoding,
pub decode_errors: Vec<DecodeDiagnostic>,
pub errors: Vec<ParseError>,
}Fields§
§source_encoding: SourceEncoding§decode_errors: Vec<DecodeDiagnostic>§errors: Vec<ParseError>Trait Implementations§
Source§impl Clone for LightScanSummary
impl Clone for LightScanSummary
Source§fn clone(&self) -> LightScanSummary
fn clone(&self) -> LightScanSummary
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LightScanSummary
impl Debug for LightScanSummary
Source§impl PartialEq for LightScanSummary
impl PartialEq for LightScanSummary
impl Eq for LightScanSummary
impl StructuralPartialEq for LightScanSummary
Auto Trait Implementations§
impl Freeze for LightScanSummary
impl RefUnwindSafe for LightScanSummary
impl Send for LightScanSummary
impl Sync for LightScanSummary
impl Unpin for LightScanSummary
impl UnsafeUnpin for LightScanSummary
impl UnwindSafe for LightScanSummary
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