Struct pgrx_pg_sys::PLpgSQL_variable
source · #[repr(C)]pub struct PLpgSQL_variable {
pub dtype: PLpgSQL_datum_type,
pub dno: c_int,
pub refname: *mut c_char,
pub lineno: c_int,
pub isconst: bool,
pub notnull: bool,
pub default_val: *mut PLpgSQL_expr,
}
Fields§
§dtype: PLpgSQL_datum_type
§dno: c_int
§refname: *mut c_char
§lineno: c_int
§isconst: bool
§notnull: bool
§default_val: *mut PLpgSQL_expr
Trait Implementations§
source§impl Clone for PLpgSQL_variable
impl Clone for PLpgSQL_variable
source§fn clone(&self) -> PLpgSQL_variable
fn clone(&self) -> PLpgSQL_variable
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PLpgSQL_variable
impl Debug for PLpgSQL_variable
source§impl Default for PLpgSQL_variable
impl Default for PLpgSQL_variable
impl Copy for PLpgSQL_variable
Auto Trait Implementations§
impl Freeze for PLpgSQL_variable
impl RefUnwindSafe for PLpgSQL_variable
impl !Send for PLpgSQL_variable
impl !Sync for PLpgSQL_variable
impl Unpin for PLpgSQL_variable
impl UnwindSafe for PLpgSQL_variable
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