Struct nmap_analyze::portspec::PortSpecs[][src]

pub struct PortSpecs {
    pub port_specs: Vec<PortSpec>,
}

Fields

Trait Implementations

impl Debug for PortSpecs
[src]

Formats the value using the given formatter. Read more

impl FromStr for PortSpecs
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl FromFile for PortSpecs
[src]

Auto Trait Implementations

impl Send for PortSpecs

impl Sync for PortSpecs