Struct pgx_pg_sys::VariableSetStmt
source · [−]#[repr(C)]pub struct VariableSetStmt {
pub type_: NodeTag,
pub kind: VariableSetKind,
pub name: *mut c_char,
pub args: *mut List,
pub is_local: bool,
}Fields
type_: NodeTagkind: VariableSetKindname: *mut c_charargs: *mut Listis_local: boolTrait Implementations
sourceimpl Clone for VariableSetStmt
impl Clone for VariableSetStmt
sourcefn clone(&self) -> VariableSetStmt
fn clone(&self) -> VariableSetStmt
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 VariableSetStmt
impl Debug for VariableSetStmt
sourceimpl Default for VariableSetStmt
impl Default for VariableSetStmt
sourceimpl Display for VariableSetStmt
impl Display for VariableSetStmt
sourceimpl PgNode for VariableSetStmt
impl PgNode for VariableSetStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for VariableSetStmt
Auto Trait Implementations
impl RefUnwindSafe for VariableSetStmt
impl !Send for VariableSetStmt
impl !Sync for VariableSetStmt
impl Unpin for VariableSetStmt
impl UnwindSafe for VariableSetStmt
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