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