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 more