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