pub struct QueueUnbindArgs {
pub queue_name: String,
pub exchange_name: String,
pub routing_key: String,
pub args: Option<FieldTable>,
}Fields§
§queue_name: String§exchange_name: String§routing_key: String§args: Option<FieldTable>Implementations§
Trait Implementations§
Source§impl Debug for QueueUnbindArgs
impl Debug for QueueUnbindArgs
Source§impl Default for QueueUnbindArgs
impl Default for QueueUnbindArgs
Source§fn default() -> QueueUnbindArgs
fn default() -> QueueUnbindArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueueUnbindArgs
impl RefUnwindSafe for QueueUnbindArgs
impl Send for QueueUnbindArgs
impl Sync for QueueUnbindArgs
impl Unpin for QueueUnbindArgs
impl UnwindSafe for QueueUnbindArgs
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