Struct pgx_pg_sys::QueryCompletion
source · [−]#[repr(C)]pub struct QueryCompletion {
pub commandTag: CommandTag,
pub nprocessed: uint64,
}Fields
commandTag: CommandTagnprocessed: uint64Trait Implementations
sourceimpl Clone for QueryCompletion
impl Clone for QueryCompletion
sourcefn clone(&self) -> QueryCompletion
fn clone(&self) -> QueryCompletion
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for QueryCompletion
impl Debug for QueryCompletion
sourceimpl Default for QueryCompletion
impl Default for QueryCompletion
impl Copy for QueryCompletion
Auto Trait Implementations
impl RefUnwindSafe for QueryCompletion
impl Send for QueryCompletion
impl Sync for QueryCompletion
impl Unpin for QueryCompletion
impl UnwindSafe for QueryCompletion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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