pub struct Range<'a> { /* private fields */ }
Expand description
A range of keys, start_key
is included, but not end_key
.
You should make sure end_key
is not less than start_key
.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Range<'a>
impl<'a> RefUnwindSafe for Range<'a>
impl<'a> Send for Range<'a>
impl<'a> Sync for Range<'a>
impl<'a> Unpin for Range<'a>
impl<'a> UnwindSafe for Range<'a>
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