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