Struct windows_sys::Win32::Networking::WindowsWebServices::WS_HTTPS_URL
#[repr(C)]pub struct WS_HTTPS_URL {
pub url: WS_URL,
pub host: WS_STRING,
pub port: u16,
pub portAsString: WS_STRING,
pub path: WS_STRING,
pub query: WS_STRING,
pub fragment: WS_STRING,
}
Fields§
§url: WS_URL
§host: WS_STRING
§port: u16
§portAsString: WS_STRING
§path: WS_STRING
§query: WS_STRING
§fragment: WS_STRING
Trait Implementations§
§impl Clone for WS_HTTPS_URL
impl Clone for WS_HTTPS_URL
impl Copy for WS_HTTPS_URL
Auto Trait Implementations§
impl RefUnwindSafe for WS_HTTPS_URL
impl !Send for WS_HTTPS_URL
impl !Sync for WS_HTTPS_URL
impl Unpin for WS_HTTPS_URL
impl UnwindSafe for WS_HTTPS_URL
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