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