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