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