pub struct ResultSet { /* private fields */ }Expand description
A set of result rows from a SELECT query.
Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a ResultSet
impl<'a> IntoIterator for &'a ResultSet
Auto Trait Implementations§
impl Freeze for ResultSet
impl RefUnwindSafe for ResultSet
impl Send for ResultSet
impl Sync for ResultSet
impl Unpin for ResultSet
impl UnwindSafe for ResultSet
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