#[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_: NodeTag
§name: *mut c_char
§indirection: *mut List
§nnames: c_int
§val: *mut SelectStmt
§location: c_int
Trait Implementations§
Source§impl Clone for PLAssignStmt
impl Clone for PLAssignStmt
Source§fn clone(&self) -> PLAssignStmt
fn clone(&self) -> PLAssignStmt
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 PLAssignStmt
impl Debug for PLAssignStmt
Source§impl Default for PLAssignStmt
impl Default for PLAssignStmt
Source§impl Display for PLAssignStmt
impl Display for PLAssignStmt
Source§impl PgNode for PLAssignStmt
impl PgNode for PLAssignStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for PLAssignStmt
Auto Trait Implementations§
impl Freeze for PLAssignStmt
impl RefUnwindSafe for PLAssignStmt
impl !Send for PLAssignStmt
impl !Sync for PLAssignStmt
impl Unpin for PLAssignStmt
impl UnwindSafe for PLAssignStmt
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