Struct pg_result
pq_sys
[+] Expand attributes#[repr(C)] pub struct pg_result(_);
impl Debug for pg_result
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for pg_result
impl Clone for pg_result
fn clone(&self) -> pg_result
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Send for pg_result
impl Sync for pg_result