Struct pgx_pg_sys::FunctionScanPerFuncState
source · [−]#[repr(C)]pub struct FunctionScanPerFuncState { /* private fields */ }Trait Implementations
sourceimpl Clone for FunctionScanPerFuncState
impl Clone for FunctionScanPerFuncState
sourcefn clone(&self) -> FunctionScanPerFuncState
fn clone(&self) -> FunctionScanPerFuncState
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 FunctionScanPerFuncState
impl Debug for FunctionScanPerFuncState
impl Copy for FunctionScanPerFuncState
Auto Trait Implementations
impl RefUnwindSafe for FunctionScanPerFuncState
impl Send for FunctionScanPerFuncState
impl Sync for FunctionScanPerFuncState
impl Unpin for FunctionScanPerFuncState
impl UnwindSafe for FunctionScanPerFuncState
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