Struct libpg_query::PgQueryError
source · #[repr(C)]pub struct PgQueryError {
pub message: *mut c_char,
pub funcname: *mut c_char,
pub filename: *mut c_char,
pub lineno: c_int,
pub cursorpos: c_int,
pub context: *mut c_char,
}Fields§
§message: *mut c_char§funcname: *mut c_char§filename: *mut c_char§lineno: c_int§cursorpos: c_int§context: *mut c_charTrait Implementations§
source§impl Clone for PgQueryError
impl Clone for PgQueryError
source§fn clone(&self) -> PgQueryError
fn clone(&self) -> PgQueryError
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