* Make Rows a fully owned type This allows Rows to outlive a statement and be sent to 'static threads. Resolves #263. * fixup! Make Rows a fully owned type * Remove unneeded Debug impl * Oops, we do actually need this :(