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

pub struct Host {
    pub id: String,
    pub hostname: String,
    pub ips: Vec<IpAddr>,
    pub name: 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