pub enum ProofSystemType {
Resolution,
Frege,
ExtendedFrege,
QuantifiedPropositional,
CuttingPlanes,
SumOfSquares,
}Variants§
Trait Implementations§
Source§impl Clone for ProofSystemType
impl Clone for ProofSystemType
Source§fn clone(&self) -> ProofSystemType
fn clone(&self) -> ProofSystemType
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 moreAuto Trait Implementations§
impl Freeze for ProofSystemType
impl RefUnwindSafe for ProofSystemType
impl Send for ProofSystemType
impl Sync for ProofSystemType
impl Unpin for ProofSystemType
impl UnsafeUnpin for ProofSystemType
impl UnwindSafe for ProofSystemType
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