pub struct Consume {
pub queue: ShortString,
pub consumer_tag: ShortString,
pub no_local: bool,
pub no_ack: bool,
pub exclusive: bool,
pub nowait: bool,
pub arguments: FieldTable,
}
Expand description
consume (Generated)
Fields§
§queue: ShortString
queue (Generated)
consumer_tag: ShortString
consumer-tag (Generated)
no_local: bool
no-local (Generated)
no_ack: bool
no-ack (Generated)
exclusive: bool
exclusive (Generated)
nowait: bool
nowait (Generated)
arguments: FieldTable
arguments (Generated)
Implementations§
Source§impl Consume
impl Consume
Sourcepub fn get_amqp_class_id(&self) -> u16
pub fn get_amqp_class_id(&self) -> u16
Get the AMQP class id for consume (Generated)
Sourcepub fn get_amqp_method_id(&self) -> u16
pub fn get_amqp_method_id(&self) -> u16
Get the AMQP method id for consume (Generated)
Trait Implementations§
impl StructuralPartialEq for Consume
Auto Trait Implementations§
impl Freeze for Consume
impl RefUnwindSafe for Consume
impl Send for Consume
impl Sync for Consume
impl Unpin for Consume
impl UnwindSafe for Consume
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more