pub struct SmtGenerationOptions {
pub smt_type: SmtType,
pub memory_size: ByteSize,
pub max_execution_depth: u64,
}Fields§
§smt_type: SmtType§memory_size: ByteSize§max_execution_depth: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for SmtGenerationOptions
impl RefUnwindSafe for SmtGenerationOptions
impl Send for SmtGenerationOptions
impl Sync for SmtGenerationOptions
impl Unpin for SmtGenerationOptions
impl UnwindSafe for SmtGenerationOptions
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