pub struct SmtConfig {
pub executable: String,
pub args: Vec<String>,
}Expand description
Command-line configuration for an SMT solver.
Fields§
§executable: String§args: Vec<String>Implementations§
Trait Implementations§
impl Eq for SmtConfig
impl StructuralPartialEq for SmtConfig
Auto Trait Implementations§
impl Freeze for SmtConfig
impl RefUnwindSafe for SmtConfig
impl Send for SmtConfig
impl Sync for SmtConfig
impl Unpin for SmtConfig
impl UnsafeUnpin for SmtConfig
impl UnwindSafe for SmtConfig
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