Struct pgx_pg_sys::ParseCallbackState
source · [−]#[repr(C)]pub struct ParseCallbackState {
pub pstate: *mut ParseState,
pub location: c_int,
pub errcallback: ErrorContextCallback,
}Fields
pstate: *mut ParseStatelocation: c_interrcallback: ErrorContextCallbackTrait Implementations
sourceimpl Clone for ParseCallbackState
impl Clone for ParseCallbackState
sourcefn clone(&self) -> ParseCallbackState
fn clone(&self) -> ParseCallbackState
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 ParseCallbackState
impl Debug for ParseCallbackState
sourceimpl Default for ParseCallbackState
impl Default for ParseCallbackState
impl Copy for ParseCallbackState
Auto Trait Implementations
impl RefUnwindSafe for ParseCallbackState
impl !Send for ParseCallbackState
impl !Sync for ParseCallbackState
impl Unpin for ParseCallbackState
impl UnwindSafe for ParseCallbackState
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