pub struct Declare {
pub exchange: ShortString,
pub kind: ShortString,
pub passive: bool,
pub durable: bool,
pub auto_delete: bool,
pub internal: bool,
pub nowait: bool,
pub arguments: FieldTable,
}
Expand description
declare (Generated)
Fields§
§exchange: ShortString
exchange (Generated)
kind: ShortString
type (Generated)
passive: bool
passive (Generated)
durable: bool
durable (Generated)
auto_delete: bool
auto-delete (Generated)
internal: bool
internal (Generated)
nowait: bool
nowait (Generated)
arguments: FieldTable
arguments (Generated)
Implementations§
Source§impl Declare
impl Declare
Sourcepub fn get_amqp_class_id(&self) -> u16
pub fn get_amqp_class_id(&self) -> u16
Get the AMQP class id for declare (Generated)
Sourcepub fn get_amqp_method_id(&self) -> u16
pub fn get_amqp_method_id(&self) -> u16
Get the AMQP method id for declare (Generated)
Trait Implementations§
impl StructuralPartialEq for Declare
Auto Trait Implementations§
impl Freeze for Declare
impl RefUnwindSafe for Declare
impl Send for Declare
impl Sync for Declare
impl Unpin for Declare
impl UnwindSafe for Declare
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