pub struct DataModel { /* private fields */ }Expand description
An entire data model
Implementations§
Source§impl DataModel
impl DataModel
Sourcepub fn new(data: DataModel) -> Result<Self, Error>
pub fn new(data: DataModel) -> Result<Self, Error>
Constructs a new c++ data model from a generic data model
§Parameters
data: The generic data type to convert
Trait Implementations§
impl StructuralPartialEq for DataModel
Auto Trait Implementations§
impl Freeze for DataModel
impl RefUnwindSafe for DataModel
impl Send for DataModel
impl Sync for DataModel
impl Unpin for DataModel
impl UnwindSafe for DataModel
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