[][src]Enum rate_common::clause::RedundancyProperty

pub enum RedundancyProperty {
    RAT,
    PR,
}

The redundancy property to use for inference checks.

Variants

RAT
PR

Methods

impl RedundancyProperty[src]

pub fn file_extension(&self) -> &str[src]

Give the canonical file extension for proofs based on this redundancy property.

Trait Implementations

impl Eq for RedundancyProperty[src]

impl Clone for RedundancyProperty[src]

impl PartialEq<RedundancyProperty> for RedundancyProperty[src]

impl Copy for RedundancyProperty[src]

impl Debug for RedundancyProperty[src]

impl Display for RedundancyProperty[src]

impl Serialize for RedundancyProperty[src]

impl<'de> Deserialize<'de> for RedundancyProperty[src]

Auto Trait Implementations

Blanket Implementations

impl<T> HeapSpace for T where
    T: Copy
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]