Struct pgrx_pg_sys::Append
source · #[repr(C)]pub struct Append {
pub plan: Plan,
pub apprelids: *mut Bitmapset,
pub appendplans: *mut List,
pub nasyncplans: c_int,
pub first_partial_plan: c_int,
pub part_prune_info: *mut PartitionPruneInfo,
}
Fields§
§plan: Plan
§apprelids: *mut Bitmapset
§appendplans: *mut List
§nasyncplans: c_int
§first_partial_plan: c_int
§part_prune_info: *mut PartitionPruneInfo
Trait Implementations§
impl Copy for Append
Auto Trait Implementations§
impl Freeze for Append
impl RefUnwindSafe for Append
impl !Send for Append
impl !Sync for Append
impl Unpin for Append
impl UnwindSafe for Append
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