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 duplicate 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