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