pub struct HttpsUrl { /* private fields */ }Expand description
HTTPS URL: https://host/path
Implementations§
Trait Implementations§
impl Eq for HttpsUrl
impl StructuralPartialEq for HttpsUrl
Auto Trait Implementations§
impl Freeze for HttpsUrl
impl RefUnwindSafe for HttpsUrl
impl Send for HttpsUrl
impl Sync for HttpsUrl
impl Unpin for HttpsUrl
impl UnwindSafe for HttpsUrl
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