Struct pgrx_pg_sys::QueryCompletion
source · #[repr(C)]pub struct QueryCompletion {
pub commandTag: CommandTag,
pub nprocessed: uint64,
}
Fields§
§commandTag: CommandTag
§nprocessed: uint64
Trait Implementations§
source§impl Clone for QueryCompletion
impl Clone for QueryCompletion
source§fn clone(&self) -> QueryCompletion
fn clone(&self) -> QueryCompletion
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 moresource§impl Debug for QueryCompletion
impl Debug for QueryCompletion
source§impl Default for QueryCompletion
impl Default for QueryCompletion
impl Copy for QueryCompletion
Auto Trait Implementations§
impl Freeze for QueryCompletion
impl RefUnwindSafe for QueryCompletion
impl Send for QueryCompletion
impl Sync for QueryCompletion
impl Unpin for QueryCompletion
impl UnwindSafe for QueryCompletion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more