Struct actix_web::actix::resolver::Resolve [−]
pub struct Resolve { /* fields omitted */ }
Methods
impl Resolve
impl Resolve
pub fn host<T>(host: T) -> Resolve where
T: AsRef<str>,
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>,
pub fn host_and_port<T>(host: T, port: u16) -> Resolve where
T: AsRef<str>,
Trait Implementations
impl Message for Resolve
impl Message for Resolve
type 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
impl Handler<Resolve> for Resolver
type Result = Box<ActorFuture<Item = VecDeque<SocketAddr>, Actor = Resolver, Error = ResolverError> + '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
fn handle(
&mut self,
msg: Resolve,
&mut <Resolver as Actor>::Context
) -> <Resolver as Handler<Resolve>>::Result
Method is called for every message received by this Actor
impl Debug for Resolve
impl Debug for Resolve
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Eq for Resolve
impl Eq for Resolve
impl PartialEq<Resolve> for Resolve
impl PartialEq<Resolve> for Resolve