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

pub struct StackBoxDynFnOnce_8<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized + Sendness = NoAutoTraits> { /* fields omitted */ }

Implementations

impl<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized + Sendness> StackBoxDynFnOnce_8<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness>[src]

pub fn call(
    self,
    _7: _7,
    _6: _6,
    _5: _5,
    _4: _4,
    _3: _3,
    _2: _2,
    _1: _1,
    _0: _0
) -> Ret
[src]

Trait Implementations

impl<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized + Sendness> Drop for StackBoxDynFnOnce_8<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness>[src]

impl<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret> Send for StackBoxDynFnOnce_8<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, dyn Send>[src]

impl<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized + Sendness> Sync for StackBoxDynFnOnce_8<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness>[src]

Auto Trait Implementations

impl<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized> RefUnwindSafe for StackBoxDynFnOnce_8<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness> where
    Sendness: RefUnwindSafe

impl<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness = NoAutoTraits> !Send for StackBoxDynFnOnce_8<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness>

impl<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized> Unpin for StackBoxDynFnOnce_8<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness> where
    Sendness: Unpin

impl<'frame, _7, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized> UnwindSafe for StackBoxDynFnOnce_8<'frame, _7, _6, _5, _4, _3, _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.