[−][src]Struct postgres_parser::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_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 Debug for ErrorData[src]
impl Default for ErrorData[src]
impl Eq for ErrorData[src]
impl Hash for ErrorData[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<ErrorData> for ErrorData[src]
impl StructuralEq for ErrorData[src]
impl StructuralPartialEq for ErrorData[src]
Auto Trait Implementations
impl RefUnwindSafe for ErrorData
impl !Send for ErrorData
impl !Sync for ErrorData
impl Unpin for ErrorData
impl UnwindSafe for ErrorData
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,
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, 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.
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>,