Struct pgx_pg_sys::PLAssignStmt
source · [−]#[repr(C)]pub struct PLAssignStmt {
pub type_: NodeTag,
pub name: *mut c_char,
pub indirection: *mut List,
pub nnames: c_int,
pub val: *mut SelectStmt,
pub location: c_int,
}Fields
type_: NodeTagname: *mut c_charindirection: *mut Listnnames: c_intval: *mut SelectStmtlocation: c_intTrait Implementations
sourceimpl Clone for PLAssignStmt
impl Clone for PLAssignStmt
sourcefn clone(&self) -> PLAssignStmt
fn clone(&self) -> PLAssignStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PLAssignStmt
impl Debug for PLAssignStmt
sourceimpl Default for PLAssignStmt
impl Default for PLAssignStmt
sourceimpl Display for PLAssignStmt
impl Display for PLAssignStmt
sourceimpl PgNode for PLAssignStmt
impl PgNode for PLAssignStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for PLAssignStmt
Auto Trait Implementations
impl RefUnwindSafe for PLAssignStmt
impl !Send for PLAssignStmt
impl !Sync for PLAssignStmt
impl Unpin for PLAssignStmt
impl UnwindSafe for PLAssignStmt
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