Struct actix_net::resolver::Resolver[][src]

pub struct Resolver<T = String> { /* fields omitted */ }

Methods

impl<T: HostAware> Resolver<T>
[src]

Trait Implementations

impl<T: HostAware> Default for Resolver<T>
[src]

Returns the "default value" for a type. Read more

impl<T> Clone for Resolver<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: HostAware> Service for Resolver<T>
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Returns Ready when the service is able to process requests. Read more

Process the request and return the response asynchronously. Read more

A future yielding the service when it is ready to accept a request.

Auto Trait Implementations

impl<T> Send for Resolver<T> where
    T: Send

impl<T> Sync for Resolver<T> where
    T: Sync