pub struct ProgressiveLoader { /* private fields */ }Expand description
A helper for loading and displaying large result sets in batches to avoid high memory usage.
Note: This feature is experimental and not currently integrated into the REPL or CLI.
Implementations§
Auto Trait Implementations§
impl Freeze for ProgressiveLoader
impl RefUnwindSafe for ProgressiveLoader
impl Send for ProgressiveLoader
impl Sync for ProgressiveLoader
impl Unpin for ProgressiveLoader
impl UnwindSafe for ProgressiveLoader
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