pub struct MapQueryIterator<'a, M>where
for<'b> M: RowMap<'b>,{ /* private fields */ }Expand description
Iterate over mapped rows in a query result
Implementations§
Auto Trait Implementations§
impl<'a, M> Freeze for MapQueryIterator<'a, M>
impl<'a, M> RefUnwindSafe for MapQueryIterator<'a, M>where
M: RefUnwindSafe,
impl<'a, M> Send for MapQueryIterator<'a, M>where
M: Send,
impl<'a, M> Sync for MapQueryIterator<'a, M>where
M: Sync,
impl<'a, M> Unpin for MapQueryIterator<'a, M>where
M: Unpin,
impl<'a, M> !UnwindSafe for MapQueryIterator<'a, M>
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