Struct yehorbolt_sql_parser::CreateTable
source · pub struct CreateTable {
pub table_name: String,
pub column_defs: Vec<ColumnInfo>,
}
Fields§
§table_name: String
§column_defs: Vec<ColumnInfo>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CreateTable
impl Send for CreateTable
impl Sync for CreateTable
impl Unpin for CreateTable
impl UnwindSafe for CreateTable
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