#[repr(u32)]pub enum Cvc5ProofComponent {
CVC5_PROOF_COMPONENT_RAW_PREPROCESS = 0,
CVC5_PROOF_COMPONENT_PREPROCESS = 1,
CVC5_PROOF_COMPONENT_SAT = 2,
CVC5_PROOF_COMPONENT_THEORY_LEMMAS = 3,
CVC5_PROOF_COMPONENT_FULL = 4,
CVC5_PROOF_COMPONENT_LAST = 5,
}Variants§
CVC5_PROOF_COMPONENT_RAW_PREPROCESS = 0
CVC5_PROOF_COMPONENT_PREPROCESS = 1
CVC5_PROOF_COMPONENT_SAT = 2
CVC5_PROOF_COMPONENT_THEORY_LEMMAS = 3
CVC5_PROOF_COMPONENT_FULL = 4
CVC5_PROOF_COMPONENT_LAST = 5
Trait Implementations§
Source§impl Clone for Cvc5ProofComponent
impl Clone for Cvc5ProofComponent
Source§fn clone(&self) -> Cvc5ProofComponent
fn clone(&self) -> Cvc5ProofComponent
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 Cvc5ProofComponent
impl Debug for Cvc5ProofComponent
Source§impl Hash for Cvc5ProofComponent
impl Hash for Cvc5ProofComponent
Source§impl PartialEq for Cvc5ProofComponent
impl PartialEq for Cvc5ProofComponent
impl Copy for Cvc5ProofComponent
impl Eq for Cvc5ProofComponent
impl StructuralPartialEq for Cvc5ProofComponent
Auto Trait Implementations§
impl Freeze for Cvc5ProofComponent
impl RefUnwindSafe for Cvc5ProofComponent
impl Send for Cvc5ProofComponent
impl Sync for Cvc5ProofComponent
impl Unpin for Cvc5ProofComponent
impl UnsafeUnpin for Cvc5ProofComponent
impl UnwindSafe for Cvc5ProofComponent
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