Struct pgx_pg_sys::RowExpr
source · [−]#[repr(C)]pub struct RowExpr {
pub xpr: Expr,
pub args: *mut List,
pub row_typeid: Oid,
pub row_format: CoercionForm,
pub colnames: *mut List,
pub location: c_int,
}Fields
xpr: Exprargs: *mut Listrow_typeid: Oidrow_format: CoercionFormcolnames: *mut Listlocation: c_intTrait Implementations
impl Copy for RowExpr
Auto Trait Implementations
impl RefUnwindSafe for RowExpr
impl !Send for RowExpr
impl !Sync for RowExpr
impl Unpin for RowExpr
impl UnwindSafe for RowExpr
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