#[repr(C)]pub struct ForeignPath {
pub path: Path,
pub fdw_outerpath: *mut Path,
pub fdw_private: *mut List,
}
Fields§
§path: Path
§fdw_outerpath: *mut Path
§fdw_private: *mut List
Trait Implementations§
Source§impl Clone for ForeignPath
impl Clone for ForeignPath
Source§fn clone(&self) -> ForeignPath
fn clone(&self) -> ForeignPath
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 ForeignPath
impl Debug for ForeignPath
Source§impl Default for ForeignPath
impl Default for ForeignPath
Source§impl Display for ForeignPath
impl Display for ForeignPath
Source§impl PgNode for ForeignPath
impl PgNode for ForeignPath
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for ForeignPath
Auto Trait Implementations§
impl Freeze for ForeignPath
impl RefUnwindSafe for ForeignPath
impl !Send for ForeignPath
impl !Sync for ForeignPath
impl Unpin for ForeignPath
impl UnwindSafe for ForeignPath
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