moella::config

Struct CliOptions

source
pub struct CliOptions<'a> {
    pub high_ports: bool,
    pub cache: bool,
    pub dev: bool,
    pub default_host: Option<&'a str>,
}

Fields§

§high_ports: bool§cache: bool§dev: bool§default_host: Option<&'a str>

Auto Trait Implementations§

§

impl<'a> Freeze for CliOptions<'a>

§

impl<'a> RefUnwindSafe for CliOptions