pub struct HttpWarpClientConnection { /* private fields */ }Trait Implementations§
Source§impl CSTraitClientConnection for HttpWarpClientConnection
impl CSTraitClientConnection for HttpWarpClientConnection
fn request<'life0, 'async_trait, Request, Response>(
&'life0 mut self,
request: Request,
) -> Pin<Box<dyn Future<Output = Result<Response>> + Send + 'async_trait>>where
Request: 'async_trait + Serialize + Send + Sync,
Response: 'async_trait + for<'a> Deserialize<'a>,
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !RefUnwindSafe for HttpWarpClientConnection
impl !UnwindSafe for HttpWarpClientConnection
impl Freeze for HttpWarpClientConnection
impl Send for HttpWarpClientConnection
impl Sync for HttpWarpClientConnection
impl Unpin for HttpWarpClientConnection
impl UnsafeUnpin for HttpWarpClientConnection
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