Struct pgrx_pg_sys::Const
source · #[repr(C)]pub struct Const {
pub xpr: Expr,
pub consttype: Oid,
pub consttypmod: int32,
pub constcollid: Oid,
pub constlen: c_int,
pub constvalue: Datum,
pub constisnull: bool,
pub constbyval: bool,
pub location: c_int,
}
Fields§
§xpr: Expr
§consttype: Oid
§consttypmod: int32
§constcollid: Oid
§constlen: c_int
§constvalue: Datum
§constisnull: bool
§constbyval: bool
§location: c_int
Trait Implementations§
impl Copy for Const
Auto Trait Implementations§
impl Freeze for Const
impl RefUnwindSafe for Const
impl !Send for Const
impl !Sync for Const
impl Unpin for Const
impl UnwindSafe for Const
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