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 Freeze for CheckConstraintsFields
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