Struct pgx_pg_sys::ProjectionPath
source · [−]Fields
path: Pathsubpath: *mut Pathdummypp: boolTrait Implementations
sourceimpl Clone for ProjectionPath
impl Clone for ProjectionPath
sourcefn clone(&self) -> ProjectionPath
fn clone(&self) -> ProjectionPath
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ProjectionPath
impl Debug for ProjectionPath
sourceimpl Default for ProjectionPath
impl Default for ProjectionPath
sourceimpl Display for ProjectionPath
impl Display for ProjectionPath
sourceimpl PgNode for ProjectionPath
impl PgNode for ProjectionPath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ProjectionPath
Auto Trait Implementations
impl RefUnwindSafe for ProjectionPath
impl !Send for ProjectionPath
impl !Sync for ProjectionPath
impl Unpin for ProjectionPath
impl UnwindSafe for ProjectionPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more