Struct nmap_analyze::portspec::PortSpec[][src]

pub struct PortSpec {
    pub name: String,
    pub ports: Vec<Port>,
}

Fields

Trait Implementations

impl Debug for PortSpec
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PortSpec

impl Sync for PortSpec