Struct pgrx_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_: NodeTag
§relation: *mut RangeVar
§usingClause: *mut List
§whereClause: *mut Node
§returningList: *mut List
§withClause: *mut WithClause
Trait Implementations§
source§impl Clone for DeleteStmt
impl Clone for DeleteStmt
source§fn clone(&self) -> DeleteStmt
fn clone(&self) -> DeleteStmt
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 DeleteStmt
impl Debug for DeleteStmt
source§impl Default for DeleteStmt
impl Default for DeleteStmt
source§impl Display for DeleteStmt
impl Display for DeleteStmt
source§impl PgNode for DeleteStmt
impl PgNode for DeleteStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for DeleteStmt
Auto Trait Implementations§
impl Freeze for DeleteStmt
impl RefUnwindSafe for DeleteStmt
impl !Send for DeleteStmt
impl !Sync for DeleteStmt
impl Unpin for DeleteStmt
impl UnwindSafe for DeleteStmt
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