Struct amq_protocol::protocol::confirm::Select
source · pub struct Select {
pub nowait: Boolean,
}Expand description
select (Generated)
Fields§
§nowait: Booleannowait (Generated)
Implementations§
source§impl Select
impl Select
sourcepub fn get_amqp_class_id(&self) -> Identifier
pub fn get_amqp_class_id(&self) -> Identifier
Get the AMQP class id for select (Generated)
sourcepub fn get_amqp_method_id(&self) -> Identifier
pub fn get_amqp_method_id(&self) -> Identifier
Get the AMQP method id for select (Generated)
Trait Implementations§
source§impl PartialEq<Select> for Select
impl PartialEq<Select> for Select
impl StructuralPartialEq for Select
Auto Trait Implementations§
impl RefUnwindSafe for Select
impl Send for Select
impl Sync for Select
impl Unpin for Select
impl UnwindSafe for Select
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