pub struct VecIterator { /* private fields */ }Expand description
Iterator that wraps a Vec<Row> for testing and compatibility.
This is useful for converting materialized results back into an iterator or for testing iterator-based code with fixed data.
Implementations§
Source§impl VecIterator
impl VecIterator
Trait Implementations§
Source§impl RowIterator for VecIterator
impl RowIterator for VecIterator
Auto Trait Implementations§
impl Freeze for VecIterator
impl RefUnwindSafe for VecIterator
impl Send for VecIterator
impl Sync for VecIterator
impl Unpin for VecIterator
impl UnwindSafe for VecIterator
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