Struct actix_http::client::TcpConnect [−][src]
pub struct TcpConnect<T> { /* fields omitted */ }Expand description
Connection info.
Implementations
Create Connect instance by splitting the string by ‘:’ and convert the second part to u16
Create new Connect instance from host and address. Connector skips name resolution stage
for such connect messages.
Use port if address does not provide one.
Default value is 0.
Set address.
Set list of addresses.
Set local_addr of connect.
Take resolved request addresses.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Connect<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Connect<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more