Struct sqlx::postgres::PgQueryResult
source ยท pub struct PgQueryResult { /* private fields */ }
Available on crate feature
postgres
only.Implementationsยง
sourceยงimpl PgQueryResult
impl PgQueryResult
pub fn rows_affected(&self) -> u64
Trait Implementationsยง
sourceยงimpl Debug for PgQueryResult
impl Debug for PgQueryResult
sourceยงimpl Default for PgQueryResult
impl Default for PgQueryResult
sourceยงfn default() -> PgQueryResult
fn default() -> PgQueryResult
Returns the โdefault valueโ for a type. Read more
sourceยงimpl Extend<PgQueryResult> for PgQueryResult
impl Extend<PgQueryResult> for PgQueryResult
sourceยงfn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = PgQueryResult>,
fn extend<T>(&mut self, iter: T)where T: IntoIterator<Item = PgQueryResult>,
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<PgQueryResult> for AnyQueryResult
impl From<PgQueryResult> for AnyQueryResult
sourceยงfn from(done: PgQueryResult) -> AnyQueryResult
fn from(done: PgQueryResult) -> AnyQueryResult
Converts to this type from the input type.