Struct pgrx_pg_sys::SubqueryScanPath
source · #[repr(C)]pub struct SubqueryScanPath {
pub path: Path,
pub subpath: *mut Path,
}
Fields§
§path: Path
§subpath: *mut Path
Trait Implementations§
source§impl Clone for SubqueryScanPath
impl Clone for SubqueryScanPath
source§fn clone(&self) -> SubqueryScanPath
fn clone(&self) -> SubqueryScanPath
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 SubqueryScanPath
impl Debug for SubqueryScanPath
source§impl Default for SubqueryScanPath
impl Default for SubqueryScanPath
source§impl Display for SubqueryScanPath
impl Display for SubqueryScanPath
source§impl PgNode for SubqueryScanPath
impl PgNode for SubqueryScanPath
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more