#[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 moreSource§impl Debug for TupleConstr
impl Debug for TupleConstr
Source§impl Default for TupleConstr
impl Default for TupleConstr
impl Copy for TupleConstr
Auto Trait Implementations§
impl Freeze for TupleConstr
impl RefUnwindSafe for TupleConstr
impl !Send for TupleConstr
impl !Sync for TupleConstr
impl Unpin for TupleConstr
impl UnwindSafe for TupleConstr
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