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