pub struct ResultSet<'res> { /* private fields */ }
Expand description
Results of executing a prepare()
d statement.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'res> Freeze for ResultSet<'res>
impl<'res> RefUnwindSafe for ResultSet<'res>
impl<'res> !Send for ResultSet<'res>
impl<'res> !Sync for ResultSet<'res>
impl<'res> Unpin for ResultSet<'res>
impl<'res> !UnwindSafe for ResultSet<'res>
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