Struct libpg_query::PgQueryProtobufParseResult [−][src]
#[repr(C)]pub struct PgQueryProtobufParseResult {
pub parse_tree: PgQueryProtobuf,
pub stderr_buffer: *mut c_char,
pub error: *mut PgQueryError,
}Fields
parse_tree: PgQueryProtobufstderr_buffer: *mut c_charerror: *mut PgQueryErrorTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PgQueryProtobufParseResult
impl !Send for PgQueryProtobufParseResult
impl !Sync for PgQueryProtobufParseResult
impl Unpin for PgQueryProtobufParseResult
impl UnwindSafe for PgQueryProtobufParseResult
Blanket Implementations
Mutably borrows from an owned value. Read more