Struct pgrx_pg_sys::SubqueryScanPath
source · #[repr(C)]pub struct SubqueryScanPath {
pub path: Path,
pub subpath: *mut Path,
}
Fields§
§path: Path
§subpath: *mut Path
Trait Implementations§
source§impl Clone for SubqueryScanPath
impl Clone for SubqueryScanPath
source§fn clone(&self) -> SubqueryScanPath
fn clone(&self) -> SubqueryScanPath
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 SubqueryScanPath
impl Debug for SubqueryScanPath
source§impl Default for SubqueryScanPath
impl Default for SubqueryScanPath
source§impl Display for SubqueryScanPath
impl Display for SubqueryScanPath
source§impl PgNode for SubqueryScanPath
impl PgNode for SubqueryScanPath
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for SubqueryScanPath
Auto Trait Implementations§
impl Freeze for SubqueryScanPath
impl RefUnwindSafe for SubqueryScanPath
impl !Send for SubqueryScanPath
impl !Sync for SubqueryScanPath
impl Unpin for SubqueryScanPath
impl UnwindSafe for SubqueryScanPath
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more