Struct sqlx_core::sqlite::SqliteQueryResult
source · pub struct SqliteQueryResult { /* private fields */ }
Implementations§
source§impl SqliteQueryResult
impl SqliteQueryResult
pub fn rows_affected(&self) -> u64
pub fn last_insert_rowid(&self) -> i64
Trait Implementations§
source§impl Debug for SqliteQueryResult
impl Debug for SqliteQueryResult
source§impl Default for SqliteQueryResult
impl Default for SqliteQueryResult
source§fn default() -> SqliteQueryResult
fn default() -> SqliteQueryResult
Returns the “default value” for a type. Read more
source§impl Extend<SqliteQueryResult> for SqliteQueryResult
impl Extend<SqliteQueryResult> for SqliteQueryResult
source§fn extend<T: IntoIterator<Item = SqliteQueryResult>>(&mut self, iter: T)
fn extend<T: IntoIterator<Item = SqliteQueryResult>>(&mut self, iter: T)
Extends a collection with the contents of an iterator. Read more
source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
source§impl From<SqliteQueryResult> for AnyQueryResult
impl From<SqliteQueryResult> for AnyQueryResult
source§fn from(done: SqliteQueryResult) -> Self
fn from(done: SqliteQueryResult) -> Self
Converts to this type from the input type.