Struct pgx_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_: NodeTagaction: OnConflictActioninfer: *mut InferClausetargetList: *mut ListwhereClause: *mut Nodelocation: c_intTrait Implementations
sourceimpl Clone for OnConflictClause
impl Clone for OnConflictClause
sourcefn clone(&self) -> OnConflictClause
fn clone(&self) -> OnConflictClause
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 OnConflictClause
impl Debug for OnConflictClause
sourceimpl Default for OnConflictClause
impl Default for OnConflictClause
sourceimpl Display for OnConflictClause
impl Display for OnConflictClause
sourceimpl PgNode for OnConflictClause
impl PgNode for OnConflictClause
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for OnConflictClause
Auto Trait Implementations
impl RefUnwindSafe for OnConflictClause
impl !Send for OnConflictClause
impl !Sync for OnConflictClause
impl Unpin for OnConflictClause
impl UnwindSafe for OnConflictClause
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