[−][src]Struct pgx_pg_sys::ErrorData
Fields
elevel: c_intoutput_to_server: booloutput_to_client: boolshow_funcname: boolhide_stmt: boolhide_ctx: boolfilename: *const c_charlineno: c_intfuncname: *const c_chardomain: *const c_charcontext_domain: *const c_charsqlerrcode: c_intmessage: *mut c_chardetail: *mut c_chardetail_log: *mut c_charhint: *mut c_charcontext: *mut c_charbacktrace: *mut c_charmessage_id: *const c_charschema_name: *mut c_chartable_name: *mut c_charcolumn_name: *mut c_chardatatype_name: *mut c_charconstraint_name: *mut c_charcursorpos: c_intinternalpos: c_intinternalquery: *mut c_charsaved_errno: c_intassoc_context: *mut MemoryContextDataTrait Implementations
impl Clone for ErrorData[src]
impl Copy for ErrorData[src]
impl Debug for ErrorData[src]
impl Default for ErrorData[src]
Auto Trait Implementations
impl RefUnwindSafe for ErrorData[src]
impl !Send for ErrorData[src]
impl !Sync for ErrorData[src]
impl Unpin for ErrorData[src]
impl UnwindSafe for ErrorData[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,