Struct stackbox::dyn_traits::fn_once::StackBoxDynFnOnce_3[][src]

pub struct StackBoxDynFnOnce_3<'frame, _2, _1, _0, Ret, Sendness: ?Sized + Sendness = NoAutoTraits> { /* fields omitted */ }

Implementations

impl<'frame, _2, _1, _0, Ret, Sendness: ?Sized + Sendness> StackBoxDynFnOnce_3<'frame, _2, _1, _0, Ret, Sendness>[src]

pub fn call(self, _2: _2, _1: _1, _0: _0) -> Ret[src]

Trait Implementations

impl<'frame, _2, _1, _0, Ret, Sendness: ?Sized + Sendness> Drop for StackBoxDynFnOnce_3<'frame, _2, _1, _0, Ret, Sendness>[src]

impl<'frame, _2, _1, _0, Ret> Send for StackBoxDynFnOnce_3<'frame, _2, _1, _0, Ret, dyn Send>[src]

impl<'frame, _2, _1, _0, Ret, Sendness: ?Sized + Sendness> Sync for StackBoxDynFnOnce_3<'frame, _2, _1, _0, Ret, Sendness>[src]

Auto Trait Implementations

impl<'frame, _2, _1, _0, Ret, Sendness: ?Sized> RefUnwindSafe for StackBoxDynFnOnce_3<'frame, _2, _1, _0, Ret, Sendness> where
    Sendness: RefUnwindSafe

impl<'frame, _2, _1, _0, Ret, Sendness = NoAutoTraits> !Send for StackBoxDynFnOnce_3<'frame, _2, _1, _0, Ret, Sendness>

impl<'frame, _2, _1, _0, Ret, Sendness: ?Sized> Unpin for StackBoxDynFnOnce_3<'frame, _2, _1, _0, Ret, Sendness> where
    Sendness: Unpin

impl<'frame, _2, _1, _0, Ret, Sendness: ?Sized> UnwindSafe for StackBoxDynFnOnce_3<'frame, _2, _1, _0, Ret, Sendness> where
    Sendness: UnwindSafe

Blanket Implementations

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

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, 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.