Struct pgx_pg_sys::SPIPrepareOptions
source · [−]#[repr(C)]pub struct SPIPrepareOptions {
pub parserSetup: ParserSetupHook,
pub parserSetupArg: *mut c_void,
pub parseMode: RawParseMode,
pub cursorOptions: c_int,
}Fields
parserSetup: ParserSetupHookparserSetupArg: *mut c_voidparseMode: RawParseModecursorOptions: c_intTrait Implementations
sourceimpl Clone for SPIPrepareOptions
impl Clone for SPIPrepareOptions
sourcefn clone(&self) -> SPIPrepareOptions
fn clone(&self) -> SPIPrepareOptions
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 SPIPrepareOptions
impl Debug for SPIPrepareOptions
sourceimpl Default for SPIPrepareOptions
impl Default for SPIPrepareOptions
impl Copy for SPIPrepareOptions
Auto Trait Implementations
impl RefUnwindSafe for SPIPrepareOptions
impl !Send for SPIPrepareOptions
impl !Sync for SPIPrepareOptions
impl Unpin for SPIPrepareOptions
impl UnwindSafe for SPIPrepareOptions
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