pub enum CheckConstraintsFields {
ConstraintCatalog,
ConstraintSchema,
ConstraintName,
CheckClause,
}
Available on crate features
postgres
and query
only.Expand description
Ref: https://www.postgresql.org/docs/13/infoschema-check-constraints.html
Variants§
Trait Implementations§
source§impl Debug for CheckConstraintsFields
impl Debug for CheckConstraintsFields
Auto Trait Implementations§
impl RefUnwindSafe for CheckConstraintsFields
impl Send for CheckConstraintsFields
impl Sync for CheckConstraintsFields
impl Unpin for CheckConstraintsFields
impl UnwindSafe for CheckConstraintsFields
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