Struct amqp0_primitives::amqp8_0::basic::Return
[−]
[src]
pub struct Return<'a> { /* fields omitted */ }
Methods
impl<'a> Return<'a>
[src]
fn new<R, E, R0>(reply_code: u16,
reply_text: R,
exchange: E,
routing_key: R0)
-> Self where R: Into<Cow<'a, str>>, E: Into<Cow<'a, str>>, R0: Into<Cow<'a, str>>
reply_text: R,
exchange: E,
routing_key: R0)
-> Self where R: Into<Cow<'a, str>>, E: Into<Cow<'a, str>>, R0: Into<Cow<'a, str>>