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