#[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_intTrait Implementations§
impl Copy for Const
Auto Trait Implementations§
impl !Send for Const
impl !Sync for Const
impl Freeze for Const
impl RefUnwindSafe for Const
impl Unpin for Const
impl UnsafeUnpin 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