Struct tauri_utils::config::BuildConfig [−][src]
Expand description
The Build configuration object.
Fields
dev_path: AppUrlthe devPath config.
dist_dir: AppUrlthe dist config.
with_global_tauri: boolWhether we should inject the Tauri API on window.__TAURI__ or not.
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BuildConfigimpl Send for BuildConfigimpl Sync for BuildConfigimpl Unpin for BuildConfigimpl UnwindSafe for BuildConfig