Struct pgx_pg_sys::ForeignPath
source · [−]#[repr(C)]pub struct ForeignPath {
pub path: Path,
pub fdw_outerpath: *mut Path,
pub fdw_private: *mut List,
}Fields
path: Pathfdw_outerpath: *mut Pathfdw_private: *mut ListTrait Implementations
sourceimpl Clone for ForeignPath
impl Clone for ForeignPath
sourcefn clone(&self) -> ForeignPath
fn clone(&self) -> ForeignPath
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 ForeignPath
impl Debug for ForeignPath
sourceimpl Default for ForeignPath
impl Default for ForeignPath
sourceimpl Display for ForeignPath
impl Display for ForeignPath
sourceimpl PgNode for ForeignPath
impl PgNode for ForeignPath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ForeignPath
Auto Trait Implementations
impl RefUnwindSafe for ForeignPath
impl !Send for ForeignPath
impl !Sync for ForeignPath
impl Unpin for ForeignPath
impl UnwindSafe for ForeignPath
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