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