pub struct DeleteMethod {
pub reserved1: u16,
pub queue: AmqpString,
pub if_unused: bool,
pub if_empty: bool,
pub no_wait: bool,
}
Fields§
§reserved1: u16
§queue: AmqpString
§if_unused: bool
§if_empty: bool
§no_wait: bool
Trait Implementations§
Source§impl Clone for DeleteMethod
impl Clone for DeleteMethod
Source§fn clone(&self) -> DeleteMethod
fn clone(&self) -> DeleteMethod
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 DeleteMethod
impl Debug for DeleteMethod
Source§impl PartialEq for DeleteMethod
impl PartialEq for DeleteMethod
impl StructuralPartialEq for DeleteMethod
Auto Trait Implementations§
impl !Freeze for DeleteMethod
impl RefUnwindSafe for DeleteMethod
impl Send for DeleteMethod
impl Sync for DeleteMethod
impl Unpin for DeleteMethod
impl UnwindSafe for DeleteMethod
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