pub struct NetworkProviderReqwest {}Trait Implementations§
Source§impl NetworkProvider for NetworkProviderReqwest
impl NetworkProvider for NetworkProviderReqwest
fn send<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
method: &'life1 HttpMethod,
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 NetworkProviderReqwest
impl RefUnwindSafe for NetworkProviderReqwest
impl Send for NetworkProviderReqwest
impl Sync for NetworkProviderReqwest
impl Unpin for NetworkProviderReqwest
impl UnwindSafe for NetworkProviderReqwest
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