pub struct ScenarioEntry {
pub input: f64,
pub output: f64,
/* private fields */
}Fields§
§input: f64§output: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScenarioEntry
impl RefUnwindSafe for ScenarioEntry
impl Send for ScenarioEntry
impl Sync for ScenarioEntry
impl Unpin for ScenarioEntry
impl UnwindSafe for ScenarioEntry
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