pub struct ModelCallable {
pub model: FemmModel,
}Expand description
A FemmCallable that solves a concrete model on each evaluation.
Resolves defaults for any unbound inputs, runs the steady solve, and reduces
the solution to the requested OutputQuery.
Fields§
§model: FemmModelThe model solved on each call.
Trait Implementations§
Source§impl Clone for ModelCallable
impl Clone for ModelCallable
Source§fn clone(&self) -> ModelCallable
fn clone(&self) -> ModelCallable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl FemmCallable for ModelCallable
impl FemmCallable for ModelCallable
Auto Trait Implementations§
impl !RefUnwindSafe for ModelCallable
impl !UnwindSafe for ModelCallable
impl Freeze for ModelCallable
impl Send for ModelCallable
impl Sync for ModelCallable
impl Unpin for ModelCallable
impl UnsafeUnpin for ModelCallable
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