pub struct SSTableEntryStream { /* private fields */ }Expand description
Stream of SSTable entries for iterating over large datasets
Implementations§
Source§impl SSTableEntryStream
impl SSTableEntryStream
Sourcepub async fn next(&mut self) -> Result<Option<SSTableEntry>>
pub async fn next(&mut self) -> Result<Option<SSTableEntry>>
Get the next entry from the stream
Auto Trait Implementations§
impl Freeze for SSTableEntryStream
impl RefUnwindSafe for SSTableEntryStream
impl Send for SSTableEntryStream
impl Sync for SSTableEntryStream
impl Unpin for SSTableEntryStream
impl UnsafeUnpin for SSTableEntryStream
impl UnwindSafe for SSTableEntryStream
Blanket Implementations§
impl<T> Allocation for T
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