[][src]Struct un_algebra::tests::result::MaybeErrValueTree

pub struct MaybeErrValueTree<T, E>(_)
where
    E: ValueTree,
    T: ValueTree
;

ValueTree type corresponding to MaybeErr.

Trait Implementations

impl<T, E> Debug for MaybeErrValueTree<T, E> where
    E: Debug + ValueTree,
    T: Debug + ValueTree,
    <T as ValueTree>::Value: Debug,
    <E as ValueTree>::Value: Debug
[src]

impl<T, E> Clone for MaybeErrValueTree<T, E> where
    E: Clone + ValueTree,
    T: Clone + ValueTree,
    <T as ValueTree>::Value: Clone,
    <E as ValueTree>::Value: Clone
[src]

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

Performs copy-assignment from source. Read more

impl<T, E> ValueTree for MaybeErrValueTree<T, E> where
    E: ValueTree,
    T: ValueTree
[src]

type Value = Result<<T as ValueTree>::Value, <E as ValueTree>::Value>

The type of the value produced by this ValueTree.

Auto Trait Implementations

impl<T, E> Send for MaybeErrValueTree<T, E> where
    E: Send,
    T: Send,
    <E as ValueTree>::Value: Send,
    <T as ValueTree>::Value: Send

impl<T, E> Sync for MaybeErrValueTree<T, E> where
    E: Sync,
    T: Sync,
    <E as ValueTree>::Value: Sync,
    <T as ValueTree>::Value: Sync

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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]