Struct rapid_cli::rapid_config::config::RapidConfig
source · pub struct RapidConfig {
pub app_type: String,
pub app_config: Option<AppConfig>,
pub features: Option<Features>,
pub server: Option<ServerConfig>,
}Expand description
The RapidConfig file schemea
Example:
Fields§
§app_type: String§app_config: Option<AppConfig>§features: Option<Features>§server: Option<ServerConfig>Trait Implementations§
source§impl Clone for RapidConfig
impl Clone for RapidConfig
source§fn clone(&self) -> RapidConfig
fn clone(&self) -> RapidConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'de> Deserialize<'de> for RapidConfig
impl<'de> Deserialize<'de> for RapidConfig
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