Struct actix_web::actix::resolver::Resolve [−][src]
pub struct Resolve { /* fields omitted */ }Methods
impl Resolve[src]
impl Resolvepub fn host<T>(host: T) -> Resolve where
T: AsRef<str>, [src]
pub fn host<T>(host: T) -> Resolve where
T: AsRef<str>, pub fn host_and_port<T>(host: T, port: u16) -> Resolve where
T: AsRef<str>, [src]
pub fn host_and_port<T>(host: T, port: u16) -> Resolve where
T: AsRef<str>, Trait Implementations
impl Message for Resolve[src]
impl Message for Resolvetype Result = Result<VecDeque<SocketAddr>, ResolverError>
The type of value that this message will resolved with if it is successful. Read more
impl Handler<Resolve> for Resolver[src]
impl Handler<Resolve> for Resolvertype Result = Box<ActorFuture<Error = ResolverError, Item = VecDeque<SocketAddr>, Actor = Resolver> + 'static>
The type of value that this handle will return
fn handle(
&mut self,
msg: Resolve,
&mut <Resolver as Actor>::Context
) -> <Resolver as Handler<Resolve>>::Result[src]
fn handle(
&mut self,
msg: Resolve,
&mut <Resolver as Actor>::Context
) -> <Resolver as Handler<Resolve>>::ResultMethod is called for every message received by this Actor
impl PartialEq<Resolve> for Resolve[src]
impl PartialEq<Resolve> for Resolvefn eq(&self, other: &Resolve) -> bool[src]
fn eq(&self, other: &Resolve) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Resolve) -> bool[src]
fn ne(&self, other: &Resolve) -> boolThis method tests for !=.
impl Debug for Resolve[src]
impl Debug for Resolvefn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Eq for Resolve[src]
impl Eq for Resolve