Struct pgx_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 AttrDefaultcheck: *mut ConstrCheckmissing: *mut AttrMissingnum_defval: uint16num_check: uint16has_not_null: boolhas_generated_stored: boolTrait Implementations
sourceimpl Clone for TupleConstr
impl Clone for TupleConstr
sourcefn clone(&self) -> TupleConstr
fn clone(&self) -> TupleConstr
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 TupleConstr
impl Debug for TupleConstr
sourceimpl Default for TupleConstr
impl Default for TupleConstr
impl Copy for TupleConstr
Auto Trait Implementations
impl RefUnwindSafe for TupleConstr
impl !Send for TupleConstr
impl !Sync for TupleConstr
impl Unpin for TupleConstr
impl UnwindSafe for TupleConstr
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