Struct tauri_bundler::bundle::SettingsBuilder [−][src]
pub struct SettingsBuilder { /* fields omitted */ }
Expand description
A builder for Settings
.
Implementations
Sets the project output directory. It’s used as current working directory.
Sets the package types to create.
Sets the package settings.
Sets the bundle settings.
Sets the binaries to bundle.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SettingsBuilder
impl Send for SettingsBuilder
impl Sync for SettingsBuilder
impl Unpin for SettingsBuilder
impl UnwindSafe for SettingsBuilder