#[repr(C)]pub struct ada_url_components {
pub protocol_end: u32,
pub username_end: u32,
pub host_start: u32,
pub host_end: u32,
pub port: u32,
pub pathname_start: u32,
pub search_start: u32,
pub hash_start: u32,
}
Fields§
§protocol_end: u32
§username_end: u32
§host_start: u32
§host_end: u32
§port: u32
§pathname_start: u32
§search_start: u32
§hash_start: u32
Trait Implementations§
Source§impl From<&ada_url_components> for UrlComponents
impl From<&ada_url_components> for UrlComponents
Source§fn from(value: &ada_url_components) -> Self
fn from(value: &ada_url_components) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ada_url_components
impl RefUnwindSafe for ada_url_components
impl Send for ada_url_components
impl Sync for ada_url_components
impl Unpin for ada_url_components
impl UnwindSafe for ada_url_components
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