Struct nessus::structs::ScanDetailsVulnerability [] [src]

pub struct ScanDetailsVulnerability {
    pub plugin_id: u64,
    pub plugin_name: String,
    pub plugin_family: String,
    pub count: u64,
    pub vuln_index: u64,
    pub severity_index: u64,
}

Fields

Trait Implementations

impl Debug for ScanDetailsVulnerability
[src]

[src]

Formats the value using the given formatter.

impl Clone for ScanDetailsVulnerability
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ScanDetailsVulnerability
[src]

[src]

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

[src]

This method tests for !=.