pub struct ReadAggregator { /* private fields */ }Expand description
Counts replies against a target derived from a crate::ReadConsistency
and cluster_size. Identical shape to
WriteAggregator but distinct so call sites cannot mix them up.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadAggregator
impl RefUnwindSafe for ReadAggregator
impl Send for ReadAggregator
impl Sync for ReadAggregator
impl Unpin for ReadAggregator
impl UnsafeUnpin for ReadAggregator
impl UnwindSafe for ReadAggregator
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