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