pub struct CoqExtEmitStats {
pub theorems_emitted: usize,
pub definitions_emitted: usize,
pub lemmas_emitted: usize,
pub axioms_emitted: usize,
pub tactics_emitted: usize,
}Expand description
Coq emit stats
Fields§
§theorems_emitted: usize§definitions_emitted: usize§lemmas_emitted: usize§axioms_emitted: usize§tactics_emitted: usizeTrait Implementations§
Source§impl Clone for CoqExtEmitStats
impl Clone for CoqExtEmitStats
Source§fn clone(&self) -> CoqExtEmitStats
fn clone(&self) -> CoqExtEmitStats
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 moreSource§impl Debug for CoqExtEmitStats
impl Debug for CoqExtEmitStats
Source§impl Default for CoqExtEmitStats
impl Default for CoqExtEmitStats
Source§fn default() -> CoqExtEmitStats
fn default() -> CoqExtEmitStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CoqExtEmitStats
impl RefUnwindSafe for CoqExtEmitStats
impl Send for CoqExtEmitStats
impl Sync for CoqExtEmitStats
impl Unpin for CoqExtEmitStats
impl UnsafeUnpin for CoqExtEmitStats
impl UnwindSafe for CoqExtEmitStats
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