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