Struct pgrx_pg_sys::OnConflictClause
source · #[repr(C)]pub struct OnConflictClause {
pub type_: NodeTag,
pub action: OnConflictAction,
pub infer: *mut InferClause,
pub targetList: *mut List,
pub whereClause: *mut Node,
pub location: c_int,
}
Fields§
§type_: NodeTag
§action: OnConflictAction
§infer: *mut InferClause
§targetList: *mut List
§whereClause: *mut Node
§location: c_int
Trait Implementations§
source§impl Clone for OnConflictClause
impl Clone for OnConflictClause
source§fn clone(&self) -> OnConflictClause
fn clone(&self) -> OnConflictClause
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 OnConflictClause
impl Debug for OnConflictClause
source§impl Default for OnConflictClause
impl Default for OnConflictClause
source§impl Display for OnConflictClause
impl Display for OnConflictClause
source§impl PgNode for OnConflictClause
impl PgNode for OnConflictClause
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for OnConflictClause
Auto Trait Implementations§
impl Freeze for OnConflictClause
impl RefUnwindSafe for OnConflictClause
impl !Send for OnConflictClause
impl !Sync for OnConflictClause
impl Unpin for OnConflictClause
impl UnwindSafe for OnConflictClause
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