pub struct GodelInterpretation {
pub theorem: String,
pub functional_type: String,
pub realizing_term: String,
}Expand description
G_del functional interpretation.
Fields§
§theorem: String§functional_type: String§realizing_term: StringImplementations§
Trait Implementations§
Source§impl Clone for GodelInterpretation
impl Clone for GodelInterpretation
Source§fn clone(&self) -> GodelInterpretation
fn clone(&self) -> GodelInterpretation
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 GodelInterpretation
impl RefUnwindSafe for GodelInterpretation
impl Send for GodelInterpretation
impl Sync for GodelInterpretation
impl Unpin for GodelInterpretation
impl UnsafeUnpin for GodelInterpretation
impl UnwindSafe for GodelInterpretation
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