pub struct ormlitexSchema {
pub tables: Vec<ModelMetadata>,
pub type_reprs: HashMap<String, String>,
}
Expand description
This is an intermediate representation of the schema.
Fields§
§tables: Vec<ModelMetadata>
§type_reprs: HashMap<String, String>
Auto Trait Implementations§
impl Freeze for ormlitexSchema
impl RefUnwindSafe for ormlitexSchema
impl Send for ormlitexSchema
impl Sync for ormlitexSchema
impl Unpin for ormlitexSchema
impl UnwindSafe for ormlitexSchema
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