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