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: Url
Trait 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 for UpdaterEndpoint
impl PartialEq for UpdaterEndpoint
source§impl Serialize for UpdaterEndpoint
impl Serialize for UpdaterEndpoint
impl Eq for UpdaterEndpoint
impl StructuralPartialEq for UpdaterEndpoint
Auto Trait Implementations§
impl Freeze for UpdaterEndpoint
impl RefUnwindSafe for UpdaterEndpoint
impl Send for UpdaterEndpoint
impl Sync for UpdaterEndpoint
impl Unpin for UpdaterEndpoint
impl UnwindSafe for UpdaterEndpoint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.