pub struct SimpleModel { /* private fields */ }Expand description
Generic model built from a closure.
Implementations§
Trait Implementations§
Source§impl DynamicalSystem for SimpleModel
impl DynamicalSystem for SimpleModel
Auto Trait Implementations§
impl Freeze for SimpleModel
impl !RefUnwindSafe for SimpleModel
impl !Send for SimpleModel
impl !Sync for SimpleModel
impl Unpin for SimpleModel
impl UnsafeUnpin for SimpleModel
impl !UnwindSafe for SimpleModel
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