pub struct ReceiptProgress {
pub acked: usize,
pub nacked: usize,
pub acked_receipt_ids: Vec<u64>,
}Fields§
§acked: usize§nacked: usize§acked_receipt_ids: Vec<u64>Trait Implementations§
Source§impl Clone for ReceiptProgress
impl Clone for ReceiptProgress
Source§fn clone(&self) -> ReceiptProgress
fn clone(&self) -> ReceiptProgress
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 ReceiptProgress
impl Debug for ReceiptProgress
Source§impl Default for ReceiptProgress
impl Default for ReceiptProgress
Source§fn default() -> ReceiptProgress
fn default() -> ReceiptProgress
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReceiptProgress
impl RefUnwindSafe for ReceiptProgress
impl Send for ReceiptProgress
impl Sync for ReceiptProgress
impl Unpin for ReceiptProgress
impl UnsafeUnpin for ReceiptProgress
impl UnwindSafe for ReceiptProgress
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