pub struct ProofTerm(pub String);Expand description
A term reference (opaque identifier for formula/term)
Tuple Fields§
§0: StringTrait Implementations§
impl Eq for ProofTerm
impl StructuralPartialEq for ProofTerm
Auto Trait Implementations§
impl Freeze for ProofTerm
impl RefUnwindSafe for ProofTerm
impl Send for ProofTerm
impl Sync for ProofTerm
impl Unpin for ProofTerm
impl UnsafeUnpin for ProofTerm
impl UnwindSafe for ProofTerm
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