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