Struct rhododendron::Justification[][src]

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

A checked justification.

Methods

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

Convert this justification back to unchecked.

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

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

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

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

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

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