pub struct HttpWarpClient { /* private fields */ }Trait Implementations§
Source§impl CSTraitClient for HttpWarpClient
impl CSTraitClient for HttpWarpClient
type Connection = HttpWarpClientConnection
fn connect<'life0, 'life1, 'async_trait>(
&'life0 self,
addr: SocketAddr,
_server_name: &'life1 str,
) -> Pin<Box<dyn Future<Output = Result<Self::Connection>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn local_addr(&self) -> SocketAddr
Auto Trait Implementations§
impl Freeze for HttpWarpClient
impl !RefUnwindSafe for HttpWarpClient
impl Send for HttpWarpClient
impl Sync for HttpWarpClient
impl Unpin for HttpWarpClient
impl !UnwindSafe for HttpWarpClient
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