Struct armorlib::scan_result::ScanResult [] [src]

pub struct ScanResult {
    pub reports: Vec<ScanReport>,
}

A struct that represents a scan result. It is a wrapper for ScanReports created by ScanModules.

Fields

Trait Implementations

impl Debug for ScanResult
[src]

[src]

Formats the value using the given formatter.