pub struct BTreeStorage {}Expand description
B-Tree storage (placeholder)
A B-Tree based storage backend planned for v0.3. B-Tree storage is useful for ordered access patterns and efficient range queries.
Auto Trait Implementations§
impl Freeze for BTreeStorage
impl RefUnwindSafe for BTreeStorage
impl Send for BTreeStorage
impl Sync for BTreeStorage
impl Unpin for BTreeStorage
impl UnwindSafe for BTreeStorage
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