Enum libsql_client::QueryResult
source · pub enum QueryResult {
Error((String, Meta)),
Success((ResultSet, Meta)),
}
Expand description
Result of a database request - a set of rows or an error
Variants§
Trait Implementations§
source§impl Clone for QueryResult
impl Clone for QueryResult
source§fn clone(&self) -> QueryResult
fn clone(&self) -> QueryResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more