Struct nmap_analyze::nmap::HostName[][src]

pub struct HostName {
    pub name: String,
    pub typ: HostNameType,
}

Fields

Trait Implementations

impl Debug for HostName
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HostName

impl Sync for HostName