pub struct BTreeIndex {}Expand description
B-Tree index (placeholder)
This is a placeholder type for the B-Tree based index implementation planned for the v0.3 release. It will store ordered keys and support range queries and ordered iteration.
Auto Trait Implementations§
impl Freeze for BTreeIndex
impl RefUnwindSafe for BTreeIndex
impl Send for BTreeIndex
impl Sync for BTreeIndex
impl Unpin for BTreeIndex
impl UnwindSafe for BTreeIndex
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