Struct pgrx_pg_sys::ProjectSet
source · #[repr(C)]pub struct ProjectSet {
pub plan: Plan,
}
Fields§
§plan: Plan
Trait Implementations§
source§impl Clone for ProjectSet
impl Clone for ProjectSet
source§fn clone(&self) -> ProjectSet
fn clone(&self) -> ProjectSet
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 ProjectSet
impl Debug for ProjectSet
source§impl Default for ProjectSet
impl Default for ProjectSet
source§impl Display for ProjectSet
impl Display for ProjectSet
source§impl PgNode for ProjectSet
impl PgNode for ProjectSet
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for ProjectSet
Auto Trait Implementations§
impl Freeze for ProjectSet
impl RefUnwindSafe for ProjectSet
impl !Send for ProjectSet
impl !Sync for ProjectSet
impl Unpin for ProjectSet
impl UnwindSafe for ProjectSet
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