pub struct Curl { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl NetworkProvider for Curl
impl NetworkProvider for Curl
fn send<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
method: &'life1 HttpMethod,
request_args: &'life2 RequestArgs,
) -> Pin<Box<dyn Future<Output = Response> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl Freeze for Curl
impl !RefUnwindSafe for Curl
impl Send for Curl
impl Sync for Curl
impl Unpin for Curl
impl !UnwindSafe for Curl
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