pub struct Waiting {
pub total: usize,
pub unreadable: usize,
}Expand description
A total, and how much of it is missing.
Fields§
§total: usizeSummed over the stores that could be read.
unreadable: usizeHow many stores could not be, so a caller knows the total is partial.
Trait Implementations§
impl Copy for Waiting
impl Eq for Waiting
impl StructuralPartialEq for Waiting
Auto Trait Implementations§
impl Freeze for Waiting
impl RefUnwindSafe for Waiting
impl Send for Waiting
impl Sync for Waiting
impl Unpin for Waiting
impl UnsafeUnpin for Waiting
impl UnwindSafe for Waiting
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