Struct pgrx_pg_sys::ParseCallbackState
source · #[repr(C)]pub struct ParseCallbackState {
pub pstate: *mut ParseState,
pub location: c_int,
pub errcallback: ErrorContextCallback,
}
Fields§
§pstate: *mut ParseState
§location: c_int
§errcallback: ErrorContextCallback
Trait Implementations§
source§impl Clone for ParseCallbackState
impl Clone for ParseCallbackState
source§fn clone(&self) -> ParseCallbackState
fn clone(&self) -> ParseCallbackState
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