pub struct UnbindMethod {
pub reserved1: u16,
pub queue: AmqpString,
pub exchange: AmqpString,
pub routing_key: AmqpString,
pub arguments: HashMap<AmqpString, FieldArgument>,
}
Fields§
§reserved1: u16
§queue: AmqpString
§exchange: AmqpString
§routing_key: AmqpString
§arguments: HashMap<AmqpString, FieldArgument>
Trait Implementations§
Source§impl Clone for UnbindMethod
impl Clone for UnbindMethod
Source§fn clone(&self) -> UnbindMethod
fn clone(&self) -> UnbindMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UnbindMethod
impl Debug for UnbindMethod
Source§impl PartialEq for UnbindMethod
impl PartialEq for UnbindMethod
impl StructuralPartialEq for UnbindMethod
Auto Trait Implementations§
impl !Freeze for UnbindMethod
impl RefUnwindSafe for UnbindMethod
impl Send for UnbindMethod
impl Sync for UnbindMethod
impl Unpin for UnbindMethod
impl UnwindSafe for UnbindMethod
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