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