pub struct IndexScanRequest {
pub start: Bound<Tuple>,
pub end: Bound<Tuple>,
}Fields§
§start: Bound<Tuple>§end: Bound<Tuple>Implementations§
Trait Implementations§
Source§impl Clone for IndexScanRequest
impl Clone for IndexScanRequest
Source§fn clone(&self) -> IndexScanRequest
fn clone(&self) -> IndexScanRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IndexScanRequest
impl RefUnwindSafe for IndexScanRequest
impl Send for IndexScanRequest
impl Sync for IndexScanRequest
impl Unpin for IndexScanRequest
impl UnsafeUnpin for IndexScanRequest
impl UnwindSafe for IndexScanRequest
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