Struct pgx_pg_sys::ProjectSet
source · [−]#[repr(C)]pub struct ProjectSet {
pub plan: Plan,
}Fields
plan: PlanTrait Implementations
sourceimpl Clone for ProjectSet
impl Clone for ProjectSet
sourcefn clone(&self) -> ProjectSet
fn clone(&self) -> ProjectSet
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ProjectSet
impl Debug for ProjectSet
sourceimpl Default for ProjectSet
impl Default for ProjectSet
sourceimpl Display for ProjectSet
impl Display for ProjectSet
sourceimpl PgNode for ProjectSet
impl PgNode for ProjectSet
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ProjectSet
Auto Trait Implementations
impl RefUnwindSafe for ProjectSet
impl !Send for ProjectSet
impl !Sync for ProjectSet
impl Unpin for ProjectSet
impl UnwindSafe for ProjectSet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more