Struct pgx_pg_sys::SubLink
source · [−]#[repr(C)]pub struct SubLink {
pub xpr: Expr,
pub subLinkType: SubLinkType,
pub subLinkId: c_int,
pub testexpr: *mut Node,
pub operName: *mut List,
pub subselect: *mut Node,
pub location: c_int,
}Fields
xpr: ExprsubLinkType: SubLinkTypesubLinkId: c_inttestexpr: *mut NodeoperName: *mut Listsubselect: *mut Nodelocation: c_intTrait Implementations
impl Copy for SubLink
Auto Trait Implementations
impl RefUnwindSafe for SubLink
impl !Send for SubLink
impl !Sync for SubLink
impl Unpin for SubLink
impl UnwindSafe for SubLink
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