pub struct RowKey {
pub source: SourceId,
pub row: RowNumber,
}Fields§
§source: SourceId§row: RowNumberImplementations§
Source§impl RowKey
impl RowKey
pub fn encoded( source: impl Into<SourceId>, row: impl Into<RowNumber>, ) -> EncodedKey
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§
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