Struct nmap_analyze::nmap::Run[][src]

pub struct Run {
    pub scanner: String,
    pub args: String,
    pub start: u64,
    pub hosts: Vec<RunElement>,
}

Fields

Trait Implementations

impl Debug for Run
[src]

Formats the value using the given formatter. Read more

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

impl SanityCheck for Run
[src]

Auto Trait Implementations

impl Send for Run

impl Sync for Run