Struct libpg_query::PgQueryScanResult
source · #[repr(C)]pub struct PgQueryScanResult {
pub pbuf: PgQueryProtobuf,
pub stderr_buffer: *mut c_char,
pub error: *mut PgQueryError,
}
Fields§
§pbuf: PgQueryProtobuf
§stderr_buffer: *mut c_char
§error: *mut PgQueryError
Trait Implementations§
source§impl Clone for PgQueryScanResult
impl Clone for PgQueryScanResult
source§fn clone(&self) -> PgQueryScanResult
fn clone(&self) -> PgQueryScanResult
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