Struct pgx_pg_sys::WalRcvExecResult
source · #[repr(C)]pub struct WalRcvExecResult {
pub status: WalRcvExecStatus,
pub sqlstate: c_int,
pub err: *mut c_char,
pub tuplestore: *mut Tuplestorestate,
pub tupledesc: TupleDesc,
}Fields§
§status: WalRcvExecStatus§sqlstate: c_int§err: *mut c_char§tuplestore: *mut Tuplestorestate§tupledesc: TupleDescTrait Implementations§
source§impl Clone for WalRcvExecResult
impl Clone for WalRcvExecResult
source§fn clone(&self) -> WalRcvExecResult
fn clone(&self) -> WalRcvExecResult
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