pub enum RangeSearchInit {
Cursor,
Start,
}Expand description
Position to begin a search in a range.
Variants§
Trait Implementations§
Source§impl Clone for RangeSearchInit
impl Clone for RangeSearchInit
Source§fn clone(&self) -> RangeSearchInit
fn clone(&self) -> RangeSearchInit
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RangeSearchInit
impl Debug for RangeSearchInit
Source§impl PartialEq for RangeSearchInit
impl PartialEq for RangeSearchInit
impl Eq for RangeSearchInit
impl StructuralPartialEq for RangeSearchInit
Auto Trait Implementations§
impl Freeze for RangeSearchInit
impl RefUnwindSafe for RangeSearchInit
impl Send for RangeSearchInit
impl Sync for RangeSearchInit
impl Unpin for RangeSearchInit
impl UnwindSafe for RangeSearchInit
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