[][src]Struct rate_common::sick::Sick

pub struct Sick {
    pub proof_format: String,
    pub proof_step: Option<usize>,
    pub natural_model: Vector<Literal>,
    pub witness: Option<Vector<Witness>>,
}

A SICK certificate.

Fields

proof_format: String

The string identifying the proof format

proof_step: Option<usize>natural_model: Vector<Literal>

The trail of the formula before any inference checks

witness: Option<Vector<Witness>>

The list of witnesses (none for RUP, one for each pivot for RAT)

Trait Implementations

impl HeapSpace for Sick[src]

impl Default for Sick[src]

impl Debug for Sick[src]

impl Serialize for Sick[src]

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

Auto Trait Implementations

impl Send for Sick

impl Unpin for Sick

impl Sync for Sick

impl UnwindSafe for Sick

impl RefUnwindSafe for Sick

Blanket Implementations

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

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

impl<T> From<T> for T[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]