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

pub struct ConnectAddr(pub SocketAddr);

Trait Implementations

impl Eq for ConnectAddr
[src]

impl PartialEq for ConnectAddr
[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 ConnectAddr
[src]

Formats the value using the given formatter. Read more

impl Message for ConnectAddr
[src]

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

impl Handler<ConnectAddr> 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 ConnectAddr

impl Sync for ConnectAddr