Struct amqp0_primitives::qpid8_0::exchange::BoundOk
[−]
[src]
pub struct BoundOk<'a> { /* fields omitted */ }
pub struct BoundOk<'a> { /* fields omitted */ }
impl<'a> BoundOk<'a>
[src]fn new<R>(reply_code: u16, reply_text: R) -> Self where R: Into<Cow<'a, str>>
fn reply_code(&self) -> u16
fn reply_text(&self) -> &str
impl<'a> Payload for BoundOk<'a>
[src]