pub struct ProofGoal {
pub goal: Node,
pub context: Vec<Node>,
}Expand description
A single open proof goal plus its local hypothesis context.
Fields§
§goal: Node§context: Vec<Node>Implementations§
Trait Implementations§
impl StructuralPartialEq for ProofGoal
Auto Trait Implementations§
impl Freeze for ProofGoal
impl RefUnwindSafe for ProofGoal
impl Send for ProofGoal
impl Sync for ProofGoal
impl Unpin for ProofGoal
impl UnsafeUnpin for ProofGoal
impl UnwindSafe for ProofGoal
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