Struct tauri_utils::config::UpdaterEndpoint
source · pub struct UpdaterEndpoint(pub Url);Expand description
A URL to an updater server.
The URL must use the https scheme on production.
Tuple Fields§
§0: UrlTrait Implementations§
source§impl Clone for UpdaterEndpoint
impl Clone for UpdaterEndpoint
source§fn clone(&self) -> UpdaterEndpoint
fn clone(&self) -> UpdaterEndpoint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UpdaterEndpoint
impl Debug for UpdaterEndpoint
source§impl<'de> Deserialize<'de> for UpdaterEndpoint
impl<'de> Deserialize<'de> for UpdaterEndpoint
source§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
source§impl Display for UpdaterEndpoint
impl Display for UpdaterEndpoint
source§impl PartialEq<UpdaterEndpoint> for UpdaterEndpoint
impl PartialEq<UpdaterEndpoint> for UpdaterEndpoint
source§fn eq(&self, other: &UpdaterEndpoint) -> bool
fn eq(&self, other: &UpdaterEndpoint) -> bool
This method tests for
self and other values to be equal, and is used
by ==.