pub struct RowKeyRange {
pub source: SourceId,
}Fields§
§source: SourceIdImplementations§
Source§impl RowKeyRange
impl RowKeyRange
Sourcepub fn scan_range(
source: SourceId,
last_key: Option<&EncodedKey>,
) -> EncodedKeyRange
pub fn scan_range( source: SourceId, last_key: Option<&EncodedKey>, ) -> EncodedKeyRange
Create a range for scanning rows from a source
If last_key is provided, creates a range that continues from after that key.
Otherwise, creates a range that includes all rows for the source.
The caller is responsible for limiting the number of results returned.
Trait Implementations§
Source§impl Clone for RowKeyRange
impl Clone for RowKeyRange
Source§fn clone(&self) -> RowKeyRange
fn clone(&self) -> RowKeyRange
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RowKeyRange
impl Debug for RowKeyRange
Source§impl EncodableKeyRange for RowKeyRange
impl EncodableKeyRange for RowKeyRange
Source§impl PartialEq for RowKeyRange
impl PartialEq for RowKeyRange
impl StructuralPartialEq for RowKeyRange
Auto Trait Implementations§
impl Freeze for RowKeyRange
impl RefUnwindSafe for RowKeyRange
impl Send for RowKeyRange
impl Sync for RowKeyRange
impl Unpin for RowKeyRange
impl UnwindSafe for RowKeyRange
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)