Struct tauri_utils::config::Config [−][src]
pub struct Config {
pub package: PackageConfig,
pub tauri: TauriConfig,
pub build: BuildConfig,
pub plugins: PluginConfig,
}Expand description
The tauri.conf.json mapper.
Fields
package: PackageConfigPackage settings.
tauri: TauriConfigThe Tauri configuration.
build: BuildConfigThe build configuration.
plugins: PluginConfigThe plugins config.
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
Auto Trait Implementations
impl RefUnwindSafe for Configimpl UnwindSafe for Config