pub struct Model {
pub name: Ident,
pub val: ModelValue,
}
Expand description
A model of a construct into SMT-LIB (currently, types or enums)
Fields§
§name: Ident
The name of the type or enum
val: ModelValue
The value of the type or enum (potentially multiple values)
Trait Implementations§
impl Eq for Model
impl StructuralPartialEq for Model
Auto Trait Implementations§
impl Freeze for Model
impl RefUnwindSafe for Model
impl Send for Model
impl Sync for Model
impl Unpin for Model
impl UnwindSafe for Model
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