Struct dmmf::DataModelMetaFormat
source · pub struct DataModelMetaFormat {
pub data_model: Datamodel,
pub schema: DmmfSchema,
pub mappings: DmmfOperationMappings,
}
Expand description
The main DMMF serialization struct.
Fields§
§data_model: Datamodel
The datamodel AST.
schema: DmmfSchema
The query-engine API schema.
mappings: DmmfOperationMappings
The operations map. Derived from the schema
.
Trait Implementations§
source§impl Debug for DataModelMetaFormat
impl Debug for DataModelMetaFormat
Auto Trait Implementations§
impl !RefUnwindSafe for DataModelMetaFormat
impl Send for DataModelMetaFormat
impl !Sync for DataModelMetaFormat
impl Unpin for DataModelMetaFormat
impl UnwindSafe for DataModelMetaFormat
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