pub struct SecureUrlState {
pub inner: Url,
}Expand description
A parsed URL additionally proven to use HTTPS.
Cannot be constructed without first proving UrlParsed.
Fields§
§inner: UrlThe inner validated HTTPS URL value.
Implementations§
Auto Trait Implementations§
impl Freeze for SecureUrlState
impl RefUnwindSafe for SecureUrlState
impl Send for SecureUrlState
impl Sync for SecureUrlState
impl Unpin for SecureUrlState
impl UnsafeUnpin for SecureUrlState
impl UnwindSafe for SecureUrlState
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