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