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