Struct nmap_analyze::mapping::Host[][src]

pub struct Host {
    pub id: Option<String>,
    pub hostname: Option<String>,
    pub ips: Vec<IpAddr>,
    pub name: Option<String>,
    pub port_spec: String,
}

Fields

Trait Implementations

impl Debug for Host
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Host

impl Sync for Host