pub struct ActionSnapshot {
pub sent: u64,
pub acknowledgements: u64,
pub failures: u64,
}Expand description
Immutable view of action statistics.
Fields§
§sent: u64§acknowledgements: u64§failures: u64Trait Implementations§
Source§impl Clone for ActionSnapshot
impl Clone for ActionSnapshot
Source§fn clone(&self) -> ActionSnapshot
fn clone(&self) -> ActionSnapshot
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 ActionSnapshot
impl Debug for ActionSnapshot
Source§impl PartialEq for ActionSnapshot
impl PartialEq for ActionSnapshot
impl Copy for ActionSnapshot
impl Eq for ActionSnapshot
impl StructuralPartialEq for ActionSnapshot
Auto Trait Implementations§
impl Freeze for ActionSnapshot
impl RefUnwindSafe for ActionSnapshot
impl Send for ActionSnapshot
impl Sync for ActionSnapshot
impl Unpin for ActionSnapshot
impl UnwindSafe for ActionSnapshot
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