Enum nmap_analyze::nmap::HostNameType[][src]

pub enum HostNameType {
    User,
    Ptr,
}

Variants

Trait Implementations

impl Debug for HostNameType
[src]

Formats the value using the given formatter. Read more

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