Enum nmap_analyze::analyze::HostAnalysisSummary[][src]

pub enum HostAnalysisSummary {
    Pass,
    Fail,
    Error {
        reason: String,
    },
}

Variants

Fields of Error

Trait Implementations

impl Debug for HostAnalysisSummary
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HostAnalysisSummary
[src]

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

This method tests for !=.

Auto Trait Implementations