pub struct HttpPackage(/* private fields */);
Expand description
Package to build and send http requests.
Implementations§
Source§impl HttpPackage
impl HttpPackage
Trait Implementations§
Source§impl Default for HttpPackage
impl Default for HttpPackage
Auto Trait Implementations§
impl Freeze for HttpPackage
impl !RefUnwindSafe for HttpPackage
impl !Send for HttpPackage
impl !Sync for HttpPackage
impl Unpin for HttpPackage
impl !UnwindSafe for HttpPackage
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