Struct stackbox::dyn_traits::fn_once::StackBoxDynFnOnce_7 [−][src]
Implementations
impl<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized + Sendness> StackBoxDynFnOnce_7<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness>[src]
Trait Implementations
impl<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized + Sendness> Drop for StackBoxDynFnOnce_7<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness>[src]
impl<'frame, _6, _5, _4, _3, _2, _1, _0, Ret> Send for StackBoxDynFnOnce_7<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, dyn Send>[src]
impl<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized + Sendness> Sync for StackBoxDynFnOnce_7<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness>[src]
Auto Trait Implementations
impl<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized> RefUnwindSafe for StackBoxDynFnOnce_7<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness> where
Sendness: RefUnwindSafe,
Sendness: RefUnwindSafe,
impl<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness = NoAutoTraits> !Send for StackBoxDynFnOnce_7<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness>
impl<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized> Unpin for StackBoxDynFnOnce_7<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness> where
Sendness: Unpin,
Sendness: Unpin,
impl<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness: ?Sized> UnwindSafe for StackBoxDynFnOnce_7<'frame, _6, _5, _4, _3, _2, _1, _0, Ret, Sendness> where
Sendness: UnwindSafe,
Sendness: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,