Struct amqp0_primitives::qpid9_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) -> &strfn routing_key(&self) -> &strfn queue(&self) -> &strimpl<'a> Payload for Bound<'a>[src]