Struct amq_protocol::protocol::basic::Get [−][src]
pub struct Get {
pub queue: ShortString,
pub no_ack: Boolean,
}
Expand description
get (Generated)
Fields
queue: ShortString
queue (Generated)
no_ack: Boolean
no-ack (Generated)
Implementations
Get the AMQP class id for get (Generated)
Get the AMQP method id for get (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Get
impl UnwindSafe for Get
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more