Enum CheckConstraintsFields
pub enum CheckConstraintsFields {
ConstraintCatalog,
ConstraintSchema,
ConstraintName,
CheckClause,
}Expand description
Ref: https://www.postgresql.org/docs/13/infoschema-check-constraints.html
Variants§
Trait Implementations§
§impl Debug for CheckConstraintsFields
impl Debug for CheckConstraintsFields
§impl Iden for CheckConstraintsFields
impl Iden 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