Struct pgx_pg_sys::ErrorContextCallback
source · [−]#[repr(C)]pub struct ErrorContextCallback {
pub previous: *mut ErrorContextCallback,
pub callback: Option<unsafe extern "C" fn(arg: *mut c_void)>,
pub arg: *mut c_void,
}Fields
previous: *mut ErrorContextCallbackcallback: Option<unsafe extern "C" fn(arg: *mut c_void)>arg: *mut c_voidTrait Implementations
sourceimpl Clone for ErrorContextCallback
impl Clone for ErrorContextCallback
sourcefn clone(&self) -> ErrorContextCallback
fn clone(&self) -> ErrorContextCallback
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ErrorContextCallback
impl Debug for ErrorContextCallback
sourceimpl Default for ErrorContextCallback
impl Default for ErrorContextCallback
impl Copy for ErrorContextCallback
Auto Trait Implementations
impl RefUnwindSafe for ErrorContextCallback
impl !Send for ErrorContextCallback
impl !Sync for ErrorContextCallback
impl Unpin for ErrorContextCallback
impl UnwindSafe for ErrorContextCallback
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more