pub struct Reads {
pub opening: Opening,
pub pages: usize,
pub indexes: usize,
}Expand description
What a reader has read, while it was being opened and since.
Fields§
§opening: OpeningWhat opening cost, before any query had been planned.
pages: usizeWhole stripe pages read since.
indexes: usizeIndex sections read since.
Trait Implementations§
impl Copy for Reads
impl Eq for Reads
impl StructuralPartialEq for Reads
Auto Trait Implementations§
impl Freeze for Reads
impl RefUnwindSafe for Reads
impl Send for Reads
impl Sync for Reads
impl Unpin for Reads
impl UnsafeUnpin for Reads
impl UnwindSafe for Reads
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