Struct actix_web::actix::resolver::ConnectAddr[]

pub struct ConnectAddr(pub SocketAddr);

Trait Implementations

impl Eq for ConnectAddr

impl Message for ConnectAddr

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

impl PartialEq<ConnectAddr> for ConnectAddr

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

This method tests for !=.

impl Handler<ConnectAddr> for Resolver

The type of value that this handle will return

Method is called for every message received by this Actor

impl Debug for ConnectAddr

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ConnectAddr

impl Sync for ConnectAddr