Enum sea_query::table::TableOpt [−][src]
Expand description
All available table options
Variants
Engine(String)Tuple Fields of Engine
0: StringCollate(String)Tuple Fields of Collate
0: StringCharacterSet(String)Tuple Fields of CharacterSet
0: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TableOpt
impl UnwindSafe for TableOpt
Blanket Implementations
Mutably borrows from an owned value. Read more