pub struct Pi11Sentence {
pub name: String,
pub statement: String,
pub ordinal_strength: Option<String>,
}Expand description
Represents a Π¹₁ sentence and its known proof-theoretic strength.
Fields§
§name: StringName of the statement.
statement: StringThe statement in informal mathematics.
ordinal_strength: Option<String>Known ordinal proof-theoretic strength.
Implementations§
Trait Implementations§
Source§impl Clone for Pi11Sentence
impl Clone for Pi11Sentence
Source§fn clone(&self) -> Pi11Sentence
fn clone(&self) -> Pi11Sentence
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 Pi11Sentence
impl RefUnwindSafe for Pi11Sentence
impl Send for Pi11Sentence
impl Sync for Pi11Sentence
impl Unpin for Pi11Sentence
impl UnsafeUnpin for Pi11Sentence
impl UnwindSafe for Pi11Sentence
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