pub enum AbstractionResult {
Safe,
Unsafe {
concrete_trace: Trace,
},
SpuriousRefined {
new_predicates: Vec<VerifyExpr>,
},
Unknown,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AbstractionResult
impl RefUnwindSafe for AbstractionResult
impl Send for AbstractionResult
impl Sync for AbstractionResult
impl Unpin for AbstractionResult
impl UnsafeUnpin for AbstractionResult
impl UnwindSafe for AbstractionResult
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