#[repr(C)]pub struct VariableSetStmt {
pub type_: NodeTag,
pub kind: Type,
pub name: *mut c_char,
pub args: *mut List,
pub is_local: bool,
}
Fields§
§type_: NodeTag
§kind: Type
§name: *mut c_char
§args: *mut List
§is_local: bool
Trait Implementations§
Source§impl Clone for VariableSetStmt
impl Clone for VariableSetStmt
Source§fn clone(&self) -> VariableSetStmt
fn clone(&self) -> VariableSetStmt
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 VariableSetStmt
impl Debug for VariableSetStmt
Source§impl Default for VariableSetStmt
impl Default for VariableSetStmt
Source§impl Display for VariableSetStmt
impl Display for VariableSetStmt
Source§impl PgNode for VariableSetStmt
impl PgNode for VariableSetStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for VariableSetStmt
Auto Trait Implementations§
impl Freeze for VariableSetStmt
impl RefUnwindSafe for VariableSetStmt
impl !Send for VariableSetStmt
impl !Sync for VariableSetStmt
impl Unpin for VariableSetStmt
impl UnwindSafe for VariableSetStmt
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