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

pub struct Resolve { /* fields omitted */ }

Methods

impl Resolve

Trait Implementations

impl Message for Resolve

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

impl Handler<Resolve> for Resolver

The type of value that this handle will return

Method is called for every message received by this Actor

impl Debug for Resolve

Formats the value using the given formatter. Read more

impl Eq for Resolve

impl PartialEq<Resolve> for Resolve

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 Resolve

impl Sync for Resolve