pub struct ScenarioList {
pub setup: String,
pub input_variable: TvmVariable,
pub output_variable: TvmVariable,
pub entries: Vec<ScenarioEntry>,
}
Fields§
§setup: String
§input_variable: TvmVariable
§output_variable: TvmVariable
§entries: Vec<ScenarioEntry>
Implementations§
Source§impl ScenarioList
impl ScenarioList
pub fn print_table(&self)
pub fn print_table_locale(&self, locale: &Locale, precision: usize)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScenarioList
impl RefUnwindSafe for ScenarioList
impl Send for ScenarioList
impl Sync for ScenarioList
impl Unpin for ScenarioList
impl UnwindSafe for ScenarioList
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