Struct nmap_analyze::mapping::Mapping[][src]

pub struct Mapping {
    pub mappings: Vec<Host>,
}

Fields

Trait Implementations

impl Debug for Mapping
[src]

Formats the value using the given formatter. Read more

impl FromStr for Mapping
[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 Mapping
[src]

Auto Trait Implementations

impl Send for Mapping

impl Sync for Mapping