Struct amqp0_primitives::amqp8_0::connection::Redirect
[−]
[src]
pub struct Redirect<'a> { /* fields omitted */ }
pub struct Redirect<'a> { /* fields omitted */ }
impl<'a> Redirect<'a>
[src]fn new<H, K>(host: H, known_hosts: K) -> Self where H: Into<Cow<'a, str>>, K: Into<Cow<'a, str>>
fn host(&self) -> &str
fn known_hosts(&self) -> &str
impl<'a> Payload for Redirect<'a>
[src]