pub struct HttpUrl(/* private fields */);Implementations§
Trait Implementations§
impl Eq for HttpUrl
impl StructuralPartialEq for HttpUrl
Auto Trait Implementations§
impl Freeze for HttpUrl
impl RefUnwindSafe for HttpUrl
impl Send for HttpUrl
impl Sync for HttpUrl
impl Unpin for HttpUrl
impl UnsafeUnpin for HttpUrl
impl UnwindSafe for HttpUrl
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