Struct actix::actors::resolver::Connect[][src]

pub struct Connect { /* fields omitted */ }

Methods

impl Connect
[src]

Set connect timeout

By default timeout is set to a 1 second.

Trait Implementations

impl Eq for Connect
[src]

impl PartialEq for Connect
[src]

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

This method tests for !=.

impl Debug for Connect
[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. Read more

impl Handler<Connect> for Resolver
[src]

The type of value that this handle will return

Method is called for every message received by this Actor

Auto Trait Implementations

impl Send for Connect

impl Sync for Connect