#[repr(C)]pub struct SPIPrepareOptions {
pub parserSetup: ParserSetupHook,
pub parserSetupArg: *mut c_void,
pub parseMode: Type,
pub cursorOptions: c_int,
}Fields§
§parserSetup: ParserSetupHook§parserSetupArg: *mut c_void§parseMode: Type§cursorOptions: c_intTrait Implementations§
Source§impl Clone for SPIPrepareOptions
impl Clone for SPIPrepareOptions
Source§fn clone(&self) -> SPIPrepareOptions
fn clone(&self) -> SPIPrepareOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SPIPrepareOptions
Source§impl Debug for SPIPrepareOptions
impl Debug for SPIPrepareOptions
Auto Trait Implementations§
impl !Send for SPIPrepareOptions
impl !Sync for SPIPrepareOptions
impl Freeze for SPIPrepareOptions
impl RefUnwindSafe for SPIPrepareOptions
impl Unpin for SPIPrepareOptions
impl UnsafeUnpin for SPIPrepareOptions
impl UnwindSafe for SPIPrepareOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more