[][src]Struct rhododendron::accumulator::Justification

pub struct Justification<D, S>(_);

A checked justification.

Methods

impl<D, S> Justification<D, S>[src]

pub fn uncheck(self) -> UncheckedJustification<D, S>[src]

Convert this justification back to unchecked.

Methods from Deref<Target = UncheckedJustification<D, S>>

Trait Implementations

impl<D: Clone, S: Clone> Clone for Justification<D, S>[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl<D: PartialEq, S: PartialEq> PartialEq<Justification<D, S>> for Justification<D, S>[src]

impl<D: Eq, S: Eq> Eq for Justification<D, S>[src]

impl<D, S> Deref for Justification<D, S>[src]

type Target = UncheckedJustification<D, S>

The resulting type after dereferencing.

impl<D: Debug, S: Debug> Debug for Justification<D, S>[src]

Auto Trait Implementations

impl<D, S> Unpin for Justification<D, S> where
    D: Unpin,
    S: Unpin

impl<D, S> Sync for Justification<D, S> where
    D: Sync,
    S: Sync

impl<D, S> Send for Justification<D, S> where
    D: Send,
    S: Send

impl<D, S> UnwindSafe for Justification<D, S> where
    D: UnwindSafe,
    S: UnwindSafe

impl<D, S> RefUnwindSafe for Justification<D, S> where
    D: RefUnwindSafe,
    S: RefUnwindSafe

Blanket Implementations

impl<T> From<T> for T[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, 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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