pub enum HintMode {
BeforeTimestamp,
AfterTimestamp,
}
Expand description
Flavor about the mode of scanning
Variants§
BeforeTimestamp
The read version is ensure to be before the timestamp
AfterTimestamp
The read version is ensured to be after the timestamp
Auto Trait Implementations§
impl Freeze for HintMode
impl RefUnwindSafe for HintMode
impl Send for HintMode
impl Sync for HintMode
impl Unpin for HintMode
impl UnwindSafe for HintMode
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