Enum nmap_analyze::portspec::PortState[][src]

pub enum PortState {
    Closed,
    Maybe,
    Open,
}

Variants

The Port is expected to be closed.

The Port might be either open or closed.

The Port is expected to be open.

Trait Implementations

impl Debug for PortState
[src]

Formats the value using the given formatter. Read more

impl FromStr for PortState
[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 PortState

impl Sync for PortState