pub struct TableDef {
pub name: BoundedString,
pub columns: Vec<Column>,
}
Expand description
An abstract definition of a create table statement.
Fieldsยง
ยงname: BoundedString
ยงcolumns: Vec<Column>
Trait Implementationsยง
impl StructuralPartialEq for TableDef
Auto Trait Implementationsยง
impl Freeze for TableDef
impl RefUnwindSafe for TableDef
impl Send for TableDef
impl Sync for TableDef
impl Unpin for TableDef
impl UnwindSafe for TableDef
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