Struct actix_web::actix::resolver::Connect[]

pub struct Connect { /* fields omitted */ }

Methods

impl Connect

Set connect timeout

By default timeout is set to a 1 second.

Trait Implementations

impl Message for Connect

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

impl Handler<Connect> for Resolver

The type of value that this handle will return

Method is called for every message received by this Actor

impl Debug for Connect

Formats the value using the given formatter. Read more

impl Eq for Connect

impl PartialEq<Connect> for Connect

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Connect

impl Sync for Connect