Struct libpg_query::PgQueryFingerprintResult
source · #[repr(C)]pub struct PgQueryFingerprintResult {
pub hexdigest: *mut c_char,
pub stderr_buffer: *mut c_char,
pub error: *mut PgQueryError,
}Fields§
§hexdigest: *mut c_char§stderr_buffer: *mut c_char§error: *mut PgQueryErrorTrait 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