Struct pgrx_pg_sys::JoinPath
source · #[repr(C)]pub struct JoinPath {
pub path: Path,
pub jointype: JoinType,
pub inner_unique: bool,
pub outerjoinpath: *mut Path,
pub innerjoinpath: *mut Path,
pub joinrestrictinfo: *mut List,
}
Fields§
§path: Path
§jointype: JoinType
§inner_unique: bool
§outerjoinpath: *mut Path
§innerjoinpath: *mut Path
§joinrestrictinfo: *mut List
Trait Implementations§
impl Copy for JoinPath
Auto Trait Implementations§
impl Freeze for JoinPath
impl RefUnwindSafe for JoinPath
impl !Send for JoinPath
impl !Sync for JoinPath
impl Unpin for JoinPath
impl UnwindSafe for JoinPath
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