pub struct BigFiveStats {
pub rca0_count: usize,
pub wkl0_count: usize,
pub aca0_count: usize,
pub atr0_count: usize,
pub pi11ca0_count: usize,
}Expand description
Summary statistics about the Big Five systems.
Fields§
§rca0_count: usizeNumber of “classical” theorems provable in each system.
wkl0_count: usize§aca0_count: usize§atr0_count: usize§pi11ca0_count: usizeImplementations§
Source§impl BigFiveStats
impl BigFiveStats
pub fn from_scoreboard(sb: &RMScoreboard) -> Self
pub fn total(&self) -> usize
pub fn display(&self) -> String
Trait Implementations§
Source§impl Clone for BigFiveStats
impl Clone for BigFiveStats
Source§fn clone(&self) -> BigFiveStats
fn clone(&self) -> BigFiveStats
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 BigFiveStats
impl RefUnwindSafe for BigFiveStats
impl Send for BigFiveStats
impl Sync for BigFiveStats
impl Unpin for BigFiveStats
impl UnsafeUnpin for BigFiveStats
impl UnwindSafe for BigFiveStats
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