Struct Schema
pub struct Schema {
pub tables: Vec<TableDef>,
pub indexes: Vec<IndexInfo>,
}Fields§
§tables: Vec<TableDef>§indexes: Vec<IndexInfo>Implementations§
§impl Schema
impl Schema
pub fn merge_indexes_into_table(self) -> Self
Trait Implementations§
impl StructuralPartialEq for Schema
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