pub struct Connector;
Trait Implementations§
Source§impl Service<Uri> for Connector
impl Service<Uri> for Connector
Source§type Response = AsyncTcpStream
type Response = AsyncTcpStream
Responses given by the service.
Source§type Future = Pin<Box<dyn Future<Output = Result<<Connector as Service<Uri>>::Response, <Connector as Service<Uri>>::Error>> + Send>>
type Future = Pin<Box<dyn Future<Output = Result<<Connector as Service<Uri>>::Response, <Connector as Service<Uri>>::Error>> + Send>>
The future response value.
impl Copy for Connector
Auto Trait Implementations§
impl Freeze for Connector
impl RefUnwindSafe for Connector
impl Send for Connector
impl Sync for Connector
impl Unpin for Connector
impl UnwindSafe for Connector
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