pub struct NoneHost;Expand description
Type for URLs that do not have a host.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoneHost
impl RefUnwindSafe for NoneHost
impl Send for NoneHost
impl Sync for NoneHost
impl Unpin for NoneHost
impl UnwindSafe for NoneHost
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