pub struct GetMethod {
pub reserved1: u16,
pub queue: AmqpString,
pub no_ack: bool,
}Fields§
§reserved1: u16§queue: AmqpString§no_ack: boolTrait Implementations§
impl StructuralPartialEq for GetMethod
Auto Trait Implementations§
impl !Freeze for GetMethod
impl RefUnwindSafe for GetMethod
impl Send for GetMethod
impl Sync for GetMethod
impl Unpin for GetMethod
impl UnwindSafe for GetMethod
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