pub struct CheckConstraintModel { /* private fields */ }Expand description
CheckConstraintModel
Build-time-validated generated proposal for one named row-local check. Accepted schema reconciliation, rather than this model, owns executable constraint semantics after publication.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckConstraintModel
impl RefUnwindSafe for CheckConstraintModel
impl Send for CheckConstraintModel
impl Sync for CheckConstraintModel
impl Unpin for CheckConstraintModel
impl UnsafeUnpin for CheckConstraintModel
impl UnwindSafe for CheckConstraintModel
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