Struct nmap_analyze::output::OutputConfig[][src]

pub struct OutputConfig {
    pub detail: OutputDetail,
    pub format: OutputFormat,
    pub color: bool,
}

Fields

Trait Implementations

impl Debug for OutputConfig
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations