pub struct Schema {
pub tables: Vec<TableDef>,
pub indexes: Vec<IndexInfo>,
}Available on crate features
sqlite and def only.Fieldsยง
ยงtables: Vec<TableDef>ยงindexes: Vec<IndexInfo>Implementationsยง
Sourceยงimpl Schema
impl Schema
pub fn merge_indexes_into_table(self) -> Self
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Schema
impl !RefUnwindSafe for Schema
impl !Send for Schema
impl !Sync for Schema
impl Unpin for Schema
impl !UnwindSafe for Schema
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