Struct tauri_utils::config::UpdaterConfig [−][src]
pub struct UpdaterConfig {
pub active: bool,
pub dialog: bool,
pub endpoints: Option<Vec<String>>,
pub pubkey: Option<String>,
}Expand description
The Updater configuration object.
Fields
active: boolWhether the updater is active or not.
dialog: boolDisplay built-in dialog or use event system if disabled.
endpoints: Option<Vec<String>>The updater endpoints.
pubkey: Option<String>Optional pubkey.
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 UpdaterConfigimpl Send for UpdaterConfigimpl Sync for UpdaterConfigimpl Unpin for UpdaterConfigimpl UnwindSafe for UpdaterConfigBlanket Implementations
Mutably borrows from an owned value. Read more