Struct actix_web::actix::resolver::Resolve[][src]

pub struct Resolve { /* fields omitted */ }

Methods

impl Resolve
[src]

Trait Implementations

impl Message for Resolve
[src]

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

impl Handler<Resolve> for Resolver
[src]

The type of value that this handle will return

Method is called for every message received by this Actor

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

Formats the value using the given formatter. Read more

impl Eq for Resolve
[src]

Auto Trait Implementations

impl Send for Resolve

impl Sync for Resolve