Struct pgx_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: Exprconsttype: Oidconsttypmod: int32constcollid: Oidconstlen: c_intconstvalue: Datumconstisnull: boolconstbyval: boollocation: c_intTrait Implementations
impl Copy for Const
Auto Trait Implementations
impl RefUnwindSafe for Const
impl !Send for Const
impl !Sync for Const
impl Unpin for Const
impl UnwindSafe for Const
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