Enum StatisticsFields
pub enum StatisticsFields {
Show 18 variants
TableCatalog,
TableSchema,
TableName,
NonUnique,
IndexSchema,
IndexName,
SeqInIndex,
ColumnName,
Collation,
Cardinality,
SubPart,
Packed,
Nullable,
IndexType,
Comment,
IndexComment,
IsVisible,
Expression,
}Expand description
Ref: https://dev.mysql.com/doc/refman/8.0/en/information-schema-statistics-table.html
Variants§
TableCatalog
TableSchema
TableName
NonUnique
IndexSchema
IndexName
SeqInIndex
ColumnName
Collation
Cardinality
SubPart
Packed
Nullable
IndexType
Comment
IndexComment
IsVisible
Expression
Trait Implementations§
§impl Debug for StatisticsFields
impl Debug for StatisticsFields
§impl Iden for StatisticsFields
impl Iden for StatisticsFields
Auto Trait Implementations§
impl Freeze for StatisticsFields
impl RefUnwindSafe for StatisticsFields
impl Send for StatisticsFields
impl Sync for StatisticsFields
impl Unpin for StatisticsFields
impl UnwindSafe for StatisticsFields
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