Struct pgx_pg_sys::Param
source · [−]#[repr(C)]pub struct Param {
pub xpr: Expr,
pub paramkind: ParamKind,
pub paramid: c_int,
pub paramtype: Oid,
pub paramtypmod: int32,
pub paramcollid: Oid,
pub location: c_int,
}Fields
xpr: Exprparamkind: ParamKindparamid: c_intparamtype: Oidparamtypmod: int32paramcollid: Oidlocation: c_intTrait Implementations
impl Copy for Param
Auto Trait Implementations
impl RefUnwindSafe for Param
impl Send for Param
impl Sync for Param
impl Unpin for Param
impl UnwindSafe for Param
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