Struct libpg_query::PgQueryError [−][src]
#[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_charfuncname: *mut c_charfilename: *mut c_charlineno: c_intcursorpos: c_intcontext: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PgQueryError
impl !Send for PgQueryError
impl !Sync for PgQueryError
impl Unpin for PgQueryError
impl UnwindSafe for PgQueryError
Blanket Implementations
Mutably borrows from an owned value. Read more