Struct ecode_core::configs::Config [−][src]
pub struct Config {
pub profiles_folder: String,
pub create_new_profile_from: String,
pub vs_code_path: String,
pub default_current_folder: bool,
pub shared_profiles_configs: bool,
}Fields
profiles_folder: Stringcreate_new_profile_from: Stringvs_code_path: Stringdefault_current_folder: boolImplementations
Trait Implementations
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
