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
sourceimpl Clone for UpdaterEndpoint
impl Clone for UpdaterEndpoint
sourcefn clone(&self) -> UpdaterEndpoint
fn clone(&self) -> UpdaterEndpoint
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for UpdaterEndpoint
impl Debug for UpdaterEndpoint
sourceimpl<'de> Deserialize<'de> for UpdaterEndpoint
impl<'de> Deserialize<'de> for UpdaterEndpoint
sourcefn 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
sourceimpl Display for UpdaterEndpoint
impl Display for UpdaterEndpoint
sourceimpl PartialEq<UpdaterEndpoint> for UpdaterEndpoint
impl PartialEq<UpdaterEndpoint> for UpdaterEndpoint
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &UpdaterEndpoint) -> bool
fn ne(&self, other: &UpdaterEndpoint) -> bool
This method tests for !=
.
sourceimpl Serialize for UpdaterEndpoint
impl Serialize for UpdaterEndpoint
impl Eq for UpdaterEndpoint
impl StructuralEq for UpdaterEndpoint
impl StructuralPartialEq for UpdaterEndpoint
Auto Trait Implementations
impl RefUnwindSafe for UpdaterEndpoint
impl Send for UpdaterEndpoint
impl Sync for UpdaterEndpoint
impl Unpin for UpdaterEndpoint
impl UnwindSafe for UpdaterEndpoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more