Struct pg_conn
pq_sys
[+] Expand attributes#[repr(C)] pub struct pg_conn(_);
impl Debug for pg_conn
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for pg_conn
impl Clone for pg_conn
fn clone(&self) -> pg_conn
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_conn
impl Sync for pg_conn