Enum TablesFields
pub enum TablesFields {
TableSchema,
TableName,
TableType,
}Expand description
Ref: https://learn.microsoft.com/en-us/sql/relational-databases/system-information-schema-views/tables-transact-sql?view=sql-server-2016
Variants§
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