pub struct GetOkMethod {
pub delivery_tag: u64,
pub redeliverd: bool,
pub exchange: AmqpString,
pub routing_key: AmqpString,
pub message_count: u32,
}Fields§
§delivery_tag: u64§redeliverd: bool§exchange: AmqpString§routing_key: AmqpString§message_count: u32Trait Implementations§
Source§impl Clone for GetOkMethod
impl Clone for GetOkMethod
Source§fn clone(&self) -> GetOkMethod
fn clone(&self) -> GetOkMethod
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 GetOkMethod
impl Debug for GetOkMethod
Source§impl PartialEq for GetOkMethod
impl PartialEq for GetOkMethod
impl StructuralPartialEq for GetOkMethod
Auto Trait Implementations§
impl !Freeze for GetOkMethod
impl RefUnwindSafe for GetOkMethod
impl Send for GetOkMethod
impl Sync for GetOkMethod
impl Unpin for GetOkMethod
impl UnwindSafe for GetOkMethod
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