pub struct CliOptions {
pub scenario: Option<PathBuf>,
pub preset: Option<String>,
pub telemetry_out: Option<PathBuf>,
pub api_bind: Option<String>,
}Fields§
§scenario: Option<PathBuf>§preset: Option<String>§telemetry_out: Option<PathBuf>§api_bind: Option<String>Auto Trait Implementations§
impl Freeze for CliOptions
impl RefUnwindSafe for CliOptions
impl Send for CliOptions
impl Sync for CliOptions
impl Unpin for CliOptions
impl UnwindSafe for CliOptions
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