pub struct State { /* private fields */ }
Implementations§
Source§impl State
impl State
pub fn current_term(&self) -> u32
pub fn increment_current_term(&mut self)
pub fn current_theorem(&self) -> u32
pub fn increment_current_theorem(&mut self)
pub fn current_sort(&self) -> u8
pub fn increment_current_sort(&mut self)
pub fn from_table<T: Table>(table: &T) -> State
Trait Implementations§
Source§impl Ord for State
impl Ord for State
Source§impl PartialOrd for State
impl PartialOrd for State
impl Copy for State
impl Eq for State
impl StructuralPartialEq for State
Auto Trait Implementations§
impl Freeze for State
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
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