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

pub struct Resolve { /* fields omitted */ }

Methods

impl Resolve
[src]

Trait Implementations

impl Eq for Resolve
[src]

impl PartialEq 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 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

Auto Trait Implementations

impl Send for Resolve

impl Sync for Resolve