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