Struct tauri_bundler::bundle::UpdaterSettings [−][src]
pub struct UpdaterSettings { pub active: bool, pub endpoints: Option<Vec<String>>, pub pubkey: Option<String>, pub dialog: bool, }
Expand description
The updater settings.
Fields
active: bool
Whether the updater is active or not.
endpoints: Option<Vec<String>>
The updater endpoints.
pubkey: Option<String>
Optional pubkey.
dialog: bool
Display built-in dialog or use event system if disabled.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UpdaterSettings
impl Send for UpdaterSettings
impl Sync for UpdaterSettings
impl Unpin for UpdaterSettings
impl UnwindSafe for UpdaterSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V