pub struct SimModel {
pub full_name: String,
pub dynamic: Box<dyn Dynamic>,
pub structure: Option<Structure>,
}Fields§
§full_name: String§dynamic: Box<dyn Dynamic>§structure: Option<Structure>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SimModel
impl !Send for SimModel
impl !Sync for SimModel
impl !UnwindSafe for SimModel
impl Freeze for SimModel
impl Unpin for SimModel
impl UnsafeUnpin for SimModel
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