pub struct RangeRead { /* private fields */ }Expand description
One positional range read used to build a filtered read batch.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RangeRead
impl RefUnwindSafe for RangeRead
impl Send for RangeRead
impl Sync for RangeRead
impl Unpin for RangeRead
impl UnsafeUnpin for RangeRead
impl UnwindSafe for RangeRead
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