Struct nessus::structs::ScanDetails [] [src]

pub struct ScanDetails {
    pub info: ScanDetailsInfo,
    pub hosts: Vec<ScanDetailsHost>,
    pub comphosts: Vec<ScanDetailsHost>,
    pub vulnerabilities: Vec<ScanDetailsVulnerability>,
    pub compliance: Vec<ScanDetailsVulnerability>,
}

Fields

Methods

impl ScanDetails
[src]

[src]

[src]

Trait Implementations

impl Debug for ScanDetails
[src]

[src]

Formats the value using the given formatter.

impl Clone for ScanDetails
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ScanDetails
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.