pub enum AxiomThmAction {
StartProof,
Proof(Action),
ProofDone,
StartUnify,
Unify(Action),
Done,
}Variants§
Trait Implementations§
Source§impl Clone for AxiomThmAction
impl Clone for AxiomThmAction
Source§fn clone(&self) -> AxiomThmAction
fn clone(&self) -> AxiomThmAction
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 AxiomThmAction
impl Debug for AxiomThmAction
Source§impl Hash for AxiomThmAction
impl Hash for AxiomThmAction
Source§impl Ord for AxiomThmAction
impl Ord for AxiomThmAction
Source§fn cmp(&self, other: &AxiomThmAction) -> Ordering
fn cmp(&self, other: &AxiomThmAction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AxiomThmAction
impl PartialEq for AxiomThmAction
Source§impl PartialOrd for AxiomThmAction
impl PartialOrd for AxiomThmAction
impl Copy for AxiomThmAction
impl Eq for AxiomThmAction
impl StructuralPartialEq for AxiomThmAction
Auto Trait Implementations§
impl Freeze for AxiomThmAction
impl RefUnwindSafe for AxiomThmAction
impl Send for AxiomThmAction
impl Sync for AxiomThmAction
impl Unpin for AxiomThmAction
impl UnwindSafe for AxiomThmAction
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