Struct amqp0_primitives::qpid9_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) -> u16
fn queue(&self) -> &str
fn destination(&self) -> &str
fn no_ack(&self) -> bool
impl<'a> Payload for Get<'a>
[src]