Struct cherrybomb_engine::config::Config
source · pub struct Config {
pub file: PathBuf,
pub verbosity: Verbosity,
pub profile: Profile,
pub passive_include: Vec<String>,
pub passive_exclude: Vec<String>,
pub active_include: Vec<String>,
pub active_exclude: Vec<String>,
pub servers_override: Vec<String>,
pub security: Vec<Auth>,
pub ignore_tls_errors: bool,
pub no_color: bool,
}Fields§
§file: PathBuf§verbosity: Verbosity§profile: Profile§passive_include: Vec<String>§passive_exclude: Vec<String>§active_include: Vec<String>§active_exclude: Vec<String>§servers_override: Vec<String>§security: Vec<Auth>§ignore_tls_errors: bool§no_color: boolTrait Implementations§
source§impl<'de> Deserialize<'de> for Configwhere
Config: Default,
impl<'de> Deserialize<'de> for Configwhere
Config: Default,
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more