pub struct ReqwestSimpleHttp { /* private fields */ }
Implementations§
Source§impl ReqwestSimpleHttp
impl ReqwestSimpleHttp
pub fn new() -> Self
pub fn with_client(client: Client) -> Self
Trait Implementations§
Source§impl Clone for ReqwestSimpleHttp
impl Clone for ReqwestSimpleHttp
Source§fn clone(&self) -> ReqwestSimpleHttp
fn clone(&self) -> ReqwestSimpleHttp
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for ReqwestSimpleHttp
impl Default for ReqwestSimpleHttp
Source§impl SimpleHttp for ReqwestSimpleHttp
impl SimpleHttp for ReqwestSimpleHttp
Auto Trait Implementations§
impl Freeze for ReqwestSimpleHttp
impl !RefUnwindSafe for ReqwestSimpleHttp
impl Send for ReqwestSimpleHttp
impl Sync for ReqwestSimpleHttp
impl Unpin for ReqwestSimpleHttp
impl !UnwindSafe for ReqwestSimpleHttp
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