pub struct VerifyConfig {
pub abstract_machine: File,
pub machine_path: Option<Utf8PathBuf>,
pub preparation_path: Option<Utf8PathBuf>,
pub batch: bool,
pub gui: bool,
pub property: Option<String>,
pub verbose: u8,
pub use_decay: bool,
}Fields§
§abstract_machine: File§machine_path: Option<Utf8PathBuf>§preparation_path: Option<Utf8PathBuf>§batch: bool§gui: bool§property: Option<String>§verbose: u8§use_decay: boolAuto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl !Send for Config
impl !Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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