#[repr(u32)]pub enum ProofComponent {
RawPreprocess = 0,
Preprocess = 1,
Sat = 2,
TheoryLemmas = 3,
Full = 4,
Last = 5,
}Expand description
Components to include in a proof.
Variants§
Trait Implementations§
Source§impl Clone for ProofComponent
impl Clone for ProofComponent
Source§fn clone(&self) -> ProofComponent
fn clone(&self) -> ProofComponent
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 ProofComponent
impl Debug for ProofComponent
Source§impl Hash for ProofComponent
impl Hash for ProofComponent
Source§impl PartialEq for ProofComponent
impl PartialEq for ProofComponent
impl Copy for ProofComponent
impl Eq for ProofComponent
impl StructuralPartialEq for ProofComponent
Auto Trait Implementations§
impl Freeze for ProofComponent
impl RefUnwindSafe for ProofComponent
impl Send for ProofComponent
impl Sync for ProofComponent
impl Unpin for ProofComponent
impl UnsafeUnpin for ProofComponent
impl UnwindSafe for ProofComponent
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