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