Enum TableConstraintsField
pub enum TableConstraintsField {
ConstraintCatalog,
ConstraintSchema,
ConstraintName,
TableCatalog,
TableSchema,
TableName,
ConstraintType,
IsDeferrable,
InitiallyDeferred,
}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§
§impl Debug for TableConstraintsField
impl Debug for TableConstraintsField
§impl Iden for TableConstraintsField
impl Iden for TableConstraintsField
Auto Trait Implementations§
impl Freeze for TableConstraintsField
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