Enum sea_query::tests_cfg::Font [−][src]
pub enum Font {
Table,
Id,
Name,
Variant,
Language,
}Expand description
Representation of a database table named Font.
A Enum implemented Iden used in rustdoc and test to demonstrate the library usage.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Fontimpl UnwindSafe for Font