pub struct ModelData { /* private fields */ }
Expand description
Container of operators and values of constant variables.
Implementations§
Source§impl ModelData
impl ModelData
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModelData
impl RefUnwindSafe for ModelData
impl !Send for ModelData
impl !Sync for ModelData
impl Unpin for ModelData
impl UnwindSafe for ModelData
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