pub struct EngineGap {
pub reason: String,
}Expand description
An honest decline: the goal expr contains a shape outside the closed grammar our translator emits, so no faithful Aver law can be reconstructed. Rendered as an “engine-form gap” verdict, NOT a guessed candidate.
Fields§
§reason: StringTrait Implementations§
impl StructuralPartialEq for EngineGap
Auto Trait Implementations§
impl Freeze for EngineGap
impl RefUnwindSafe for EngineGap
impl Send for EngineGap
impl Sync for EngineGap
impl Unpin for EngineGap
impl UnsafeUnpin for EngineGap
impl UnwindSafe for EngineGap
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