Struct pgrx_pg_sys::TupleConstr
source · #[repr(C)]pub struct TupleConstr {
pub defval: *mut AttrDefault,
pub check: *mut ConstrCheck,
pub missing: *mut AttrMissing,
pub num_defval: uint16,
pub num_check: uint16,
pub has_not_null: bool,
pub has_generated_stored: bool,
}
Fields§
§defval: *mut AttrDefault
§check: *mut ConstrCheck
§missing: *mut AttrMissing
§num_defval: uint16
§num_check: uint16
§has_not_null: bool
§has_generated_stored: bool
Trait Implementations§
source§impl Clone for TupleConstr
impl Clone for TupleConstr
source§fn clone(&self) -> TupleConstr
fn clone(&self) -> TupleConstr
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 more