#[repr(C)]pub struct PLpgSQL_variable {
pub dtype: 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: Type§dno: c_int§refname: *mut c_char§lineno: c_int§isconst: bool§notnull: bool§default_val: *mut PLpgSQL_exprTrait 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 duplicate 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