Struct actix_web::client::Connect [] [src]

pub struct Connect {
    pub uri: Uri,
    pub conn_timeout: Duration,
}

Connect type represents message that can be send to ClientConnector with connection request.

Fields

Methods

impl Connect
[src]

[src]

Create Connect message for specified Uri

Trait Implementations

impl Debug for Connect
[src]

[src]

Formats the value using the given formatter. Read more

impl Message for Connect
[src]

The type of value that this message will resolved with if it is successful.

impl Handler<Connect> for ClientConnector
[src]

The type of value that this handle will return

[src]

Method is called for every message received by this Actor

Auto Trait Implementations

impl Send for Connect

impl Sync for Connect