#[repr(u32)]pub enum Cvc5ProofFormat {
CVC5_PROOF_FORMAT_NONE = 0,
CVC5_PROOF_FORMAT_DOT = 1,
CVC5_PROOF_FORMAT_LFSC = 2,
CVC5_PROOF_FORMAT_ALETHE = 3,
CVC5_PROOF_FORMAT_CPC = 4,
CVC5_PROOF_FORMAT_DEFAULT = 5,
CVC5_PROOF_FORMAT_LAST = 6,
}Variants§
CVC5_PROOF_FORMAT_NONE = 0
CVC5_PROOF_FORMAT_DOT = 1
CVC5_PROOF_FORMAT_LFSC = 2
CVC5_PROOF_FORMAT_ALETHE = 3
CVC5_PROOF_FORMAT_CPC = 4
CVC5_PROOF_FORMAT_DEFAULT = 5
CVC5_PROOF_FORMAT_LAST = 6
Trait Implementations§
Source§impl Clone for Cvc5ProofFormat
impl Clone for Cvc5ProofFormat
Source§fn clone(&self) -> Cvc5ProofFormat
fn clone(&self) -> Cvc5ProofFormat
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 Cvc5ProofFormat
impl Debug for Cvc5ProofFormat
Source§impl Hash for Cvc5ProofFormat
impl Hash for Cvc5ProofFormat
Source§impl PartialEq for Cvc5ProofFormat
impl PartialEq for Cvc5ProofFormat
impl Copy for Cvc5ProofFormat
impl Eq for Cvc5ProofFormat
impl StructuralPartialEq for Cvc5ProofFormat
Auto Trait Implementations§
impl Freeze for Cvc5ProofFormat
impl RefUnwindSafe for Cvc5ProofFormat
impl Send for Cvc5ProofFormat
impl Sync for Cvc5ProofFormat
impl Unpin for Cvc5ProofFormat
impl UnsafeUnpin for Cvc5ProofFormat
impl UnwindSafe for Cvc5ProofFormat
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