Enum TablesFields
pub enum TablesFields {
Show 21 variants
TableCatalog,
TableSchema,
TableName,
TableType,
Engine,
Version,
RowFormat,
TableRows,
AvgRowLength,
DataLength,
MaxDataLength,
IndexLength,
DataFree,
AutoIncrement,
CreateTime,
UpdateTime,
CheckTime,
TableCollation,
Checksum,
CreateOptions,
TableComment,
}Expand description
Ref: https://dev.mysql.com/doc/refman/8.0/en/information-schema-tables-table.html
Variants§
TableCatalog
TableSchema
TableName
TableType
Engine
Version
RowFormat
TableRows
AvgRowLength
DataLength
MaxDataLength
IndexLength
DataFree
AutoIncrement
CreateTime
UpdateTime
CheckTime
TableCollation
Checksum
CreateOptions
TableComment
Trait Implementations§
§impl Debug for TablesFields
impl Debug for TablesFields
§impl Iden for TablesFields
impl Iden 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