#[repr(C)]pub struct C4Address {
pub scheme: C4String,
pub hostname: C4String,
pub port: u16,
pub path: C4String,
}Expand description
A simple parsed-URL type.
Fields§
§scheme: C4String§hostname: C4String§port: u16§path: C4StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for C4Address
impl RefUnwindSafe for C4Address
impl !Send for C4Address
impl !Sync for C4Address
impl Unpin for C4Address
impl UnwindSafe for C4Address
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