Struct pgx_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: Pathjointype: JoinTypeinner_unique: boolouterjoinpath: *mut Pathinnerjoinpath: *mut Pathjoinrestrictinfo: *mut ListTrait Implementations
impl Copy for JoinPath
Auto Trait Implementations
impl RefUnwindSafe for JoinPath
impl !Send for JoinPath
impl !Sync for JoinPath
impl Unpin for JoinPath
impl UnwindSafe for JoinPath
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