pub enum TablesFields {
TableCatalog,
TableSchema,
TableName,
TableType,
UserDefinedTypeSchema,
UserDefinedTypeName,
IsInsertableInto,
IsTyped,
}
Available on crate features
postgres
and query
only.Expand description
Ref: https://www.postgresql.org/docs/13/infoschema-tables.html
Variantsยง
TableCatalog
TableSchema
TableName
TableType
UserDefinedTypeSchema
UserDefinedTypeName
IsInsertableInto
IsTyped
Trait Implementationsยง
Sourceยงimpl Debug for TablesFields
impl Debug for TablesFields
Auto Trait Implementationsยง
impl Freeze for TablesFields
impl RefUnwindSafe for TablesFields
impl Send for TablesFields
impl Sync for TablesFields
impl Unpin for TablesFields
impl UnwindSafe for TablesFields
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