Enum sea_schema::postgres::query::schema::InformationSchema
source · pub enum InformationSchema {
Schema,
Columns,
CheckConstraints,
KeyColumnUsage,
ReferentialConstraints,
Tables,
TableConstraints,
ConstraintColumnUsage,
}
Available on crate features
postgres
and query
only.Expand description
Ref: https://www.postgresql.org/docs/13/information-schema.html
Variants§
Schema
Columns
CheckConstraints
KeyColumnUsage
ReferentialConstraints
Tables
TableConstraints
ConstraintColumnUsage
Trait Implementations§
source§impl Debug for InformationSchema
impl Debug for InformationSchema
Auto Trait Implementations§
impl RefUnwindSafe for InformationSchema
impl Send for InformationSchema
impl Sync for InformationSchema
impl Unpin for InformationSchema
impl UnwindSafe for InformationSchema
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