pub struct LsmIterator { /* private fields */ }Trait Implementations§
Source§impl StorageIterator for LsmIterator
impl StorageIterator for LsmIterator
Auto Trait Implementations§
impl !Freeze for LsmIterator
impl !RefUnwindSafe for LsmIterator
impl Send for LsmIterator
impl Sync for LsmIterator
impl Unpin for LsmIterator
impl !UnwindSafe for LsmIterator
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