Enum nmap_analyze::nmap::HostState[][src]

pub enum HostState {
    Up,
    Down,
    Unknown,
    Skipped,
}

Variants

Trait Implementations

impl Debug for HostState
[src]

Formats the value using the given formatter. Read more

impl FromStr for HostState
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for HostState

impl Sync for HostState