Struct pgrx_pg_sys::CteScan
source · #[repr(C)]pub struct CteScan {
pub scan: Scan,
pub ctePlanId: c_int,
pub cteParam: c_int,
}
Fields§
§scan: Scan
§ctePlanId: c_int
§cteParam: c_int
Trait Implementations§
impl Copy for CteScan
Auto Trait Implementations§
impl Freeze for CteScan
impl RefUnwindSafe for CteScan
impl !Send for CteScan
impl !Sync for CteScan
impl Unpin for CteScan
impl UnwindSafe for CteScan
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