Struct pgx_pg_sys::RecursiveUnionPath
source · [−]#[repr(C)]pub struct RecursiveUnionPath {
pub path: Path,
pub leftpath: *mut Path,
pub rightpath: *mut Path,
pub distinctList: *mut List,
pub wtParam: c_int,
pub numGroups: f64,
}Fields
path: Pathleftpath: *mut Pathrightpath: *mut PathdistinctList: *mut ListwtParam: c_intnumGroups: f64Trait Implementations
sourceimpl Clone for RecursiveUnionPath
impl Clone for RecursiveUnionPath
sourcefn clone(&self) -> RecursiveUnionPath
fn clone(&self) -> RecursiveUnionPath
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 RecursiveUnionPath
impl Debug for RecursiveUnionPath
sourceimpl Default for RecursiveUnionPath
impl Default for RecursiveUnionPath
sourceimpl Display for RecursiveUnionPath
impl Display for RecursiveUnionPath
sourceimpl PgNode for RecursiveUnionPath
impl PgNode for RecursiveUnionPath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for RecursiveUnionPath
Auto Trait Implementations
impl RefUnwindSafe for RecursiveUnionPath
impl !Send for RecursiveUnionPath
impl !Sync for RecursiveUnionPath
impl Unpin for RecursiveUnionPath
impl UnwindSafe for RecursiveUnionPath
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