Struct amqp0_primitives::amqp9_0::message::Get
[−]
[src]
pub struct Get<'a> { /* fields omitted */ }pub struct Get<'a> { /* fields omitted */ }impl<'a> Get<'a>[src]fn new<Q, D>(ticket: u16, queue: Q, destination: D, no_ack: bool) -> Self where Q: Into<Cow<'a, str>>, D: Into<Cow<'a, str>>fn ticket(&self) -> u16fn queue(&self) -> &strfn destination(&self) -> &strfn no_ack(&self) -> boolimpl<'a> Payload for Get<'a>[src]