Struct amqp0_primitives::qpid9_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) -> u16fn reply_text(&self) -> &strimpl<'a> Payload for BoundOk<'a>[src]