Struct sqlx_core::sqlite::SqliteQueryResult
source · [−]pub struct SqliteQueryResult { /* private fields */ }
Implementations
sourceimpl SqliteQueryResult
impl SqliteQueryResult
pub fn rows_affected(&self) -> u64
pub fn last_insert_rowid(&self) -> i64
Trait Implementations
sourceimpl Debug for SqliteQueryResult
impl Debug for SqliteQueryResult
sourceimpl Default for SqliteQueryResult
impl Default for SqliteQueryResult
sourcefn default() -> SqliteQueryResult
fn default() -> SqliteQueryResult
Returns the “default value” for a type. Read more
sourceimpl Extend<SqliteQueryResult> for SqliteQueryResult
impl Extend<SqliteQueryResult> for SqliteQueryResult
sourcefn 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
sourcefn 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.
sourcefn 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
Auto Trait Implementations
impl RefUnwindSafe for SqliteQueryResult
impl Send for SqliteQueryResult
impl Sync for SqliteQueryResult
impl Unpin for SqliteQueryResult
impl UnwindSafe for SqliteQueryResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more