pub struct AckMethod {
pub delivery_tag: u64,
pub multiple: bool,
}Fields§
§delivery_tag: u64§multiple: boolTrait Implementations§
impl StructuralPartialEq for AckMethod
Auto Trait Implementations§
impl Freeze for AckMethod
impl RefUnwindSafe for AckMethod
impl Send for AckMethod
impl Sync for AckMethod
impl Unpin for AckMethod
impl UnwindSafe for AckMethod
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