[][src]Struct darpi::Expect

pub struct Expect<T>(pub T);

Implementations

impl<T> Expect<T>[src]

pub fn into_inner(self) -> T[src]

Trait Implementations

impl<T> PartialEq<Expect<T>> for Expect<T> where
    T: PartialEq<T>, 
[src]

impl<T> PartialEq<T> for Expect<T> where
    T: PartialEq<T>, 
[src]

impl<T> PartialOrd<Expect<T>> for Expect<T> where
    T: PartialOrd<T>, 
[src]

impl<T> PartialOrd<T> for Expect<T> where
    T: PartialOrd<T>, 
[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for Expect<T> where
    T: RefUnwindSafe
[src]

impl<T> Send for Expect<T> where
    T: Send
[src]

impl<T> Sync for Expect<T> where
    T: Sync
[src]

impl<T> Unpin for Expect<T> where
    T: Unpin
[src]

impl<T> UnwindSafe for Expect<T> where
    T: UnwindSafe
[src]

Blanket Implementations

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

impl<T> Any for T where
    T: Any

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T> Interface for T where
    T: Send + Sync + Any
[src]

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

impl<T> ModuleInterface for T where
    T: Send + Sync + Any
[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.