pub struct UnwindingResult {
pub classical_proof: String,
pub constructive_content: String,
pub interpreter_used: String,
}Expand description
Unwinding theorem: proof mining extracts computational content.
Fields§
§classical_proof: String§constructive_content: String§interpreter_used: StringImplementations§
Trait Implementations§
Source§impl Clone for UnwindingResult
impl Clone for UnwindingResult
Source§fn clone(&self) -> UnwindingResult
fn clone(&self) -> UnwindingResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UnwindingResult
impl RefUnwindSafe for UnwindingResult
impl Send for UnwindingResult
impl Sync for UnwindingResult
impl Unpin for UnwindingResult
impl UnsafeUnpin for UnwindingResult
impl UnwindSafe for UnwindingResult
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