pub struct IndexScan {
pub index_name: String,
pub key_range: KeyRange,
}Expand description
Index scan specification.
Fields§
§index_name: String§key_range: KeyRangeTrait Implementations§
Auto Trait Implementations§
impl Freeze for IndexScan
impl RefUnwindSafe for IndexScan
impl Send for IndexScan
impl Sync for IndexScan
impl Unpin for IndexScan
impl UnsafeUnpin for IndexScan
impl UnwindSafe for IndexScan
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