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