pub(super) struct ScanResult {
pub(super) diagnostics: Vec<DiagnosisResult>,
pub(super) recovery_findings: Vec<RecoveryFinding>,
}Fields§
§diagnostics: Vec<DiagnosisResult>§recovery_findings: Vec<RecoveryFinding>Implementations§
Source§impl ScanResult
impl ScanResult
fn push(&mut self, diagnosis: DiagnosisResult, target_path: Option<&Path>)
fn push_orphan(&mut self, package_name: &str, path: &Path)
Trait Implementations§
Source§impl Debug for ScanResult
impl Debug for ScanResult
Source§impl Default for ScanResult
impl Default for ScanResult
Source§fn default() -> ScanResult
fn default() -> ScanResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScanResult
impl RefUnwindSafe for ScanResult
impl Send for ScanResult
impl Sync for ScanResult
impl Unpin for ScanResult
impl UnwindSafe for ScanResult
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