pub struct RowKey {
pub source: SourceId,
pub row: RowNumber,
}Fields§
§source: SourceId§row: RowNumberImplementations§
Source§impl RowKey
impl RowKey
pub fn full_scan(source: impl Into<SourceId>) -> EncodedKeyRange
pub fn source_start(source: impl Into<SourceId>) -> EncodedKey
pub fn source_end(source: impl Into<SourceId>) -> EncodedKey
Trait Implementations§
Source§impl EncodableKey for RowKey
impl EncodableKey for RowKey
impl StructuralPartialEq for RowKey
Auto Trait Implementations§
impl Freeze for RowKey
impl RefUnwindSafe for RowKey
impl Send for RowKey
impl Sync for RowKey
impl Unpin for RowKey
impl UnwindSafe for RowKey
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)