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