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