Struct pgx_pg_sys::UpdateStmt
source · [−]#[repr(C)]pub struct UpdateStmt {
pub type_: NodeTag,
pub relation: *mut RangeVar,
pub targetList: *mut List,
pub whereClause: *mut Node,
pub fromClause: *mut List,
pub returningList: *mut List,
pub withClause: *mut WithClause,
}Fields
type_: NodeTagrelation: *mut RangeVartargetList: *mut ListwhereClause: *mut NodefromClause: *mut ListreturningList: *mut ListwithClause: *mut WithClauseTrait Implementations
sourceimpl Clone for UpdateStmt
impl Clone for UpdateStmt
sourcefn clone(&self) -> UpdateStmt
fn clone(&self) -> UpdateStmt
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 UpdateStmt
impl Debug for UpdateStmt
sourceimpl Default for UpdateStmt
impl Default for UpdateStmt
sourceimpl Display for UpdateStmt
impl Display for UpdateStmt
sourceimpl PgNode for UpdateStmt
impl PgNode for UpdateStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for UpdateStmt
Auto Trait Implementations
impl RefUnwindSafe for UpdateStmt
impl !Send for UpdateStmt
impl !Sync for UpdateStmt
impl Unpin for UpdateStmt
impl UnwindSafe for UpdateStmt
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