Struct emf_core_base_rs::extensions::unwind_internal::UnwindInternalInterface[][src]

pub struct UnwindInternalInterface<'interface> { /* fields omitted */ }

Interface of the unwind_internal extension.

Trait Implementations

impl<'interface> Debug for UnwindInternalInterface<'interface>[src]

impl Send for UnwindInternalInterface<'_>[src]

impl Sync for UnwindInternalInterface<'_>[src]

impl<'interface> UnwindInternalAPI<'interface> for UnwindInternalInterface<'interface>[src]

Auto Trait Implementations

impl<'interface> RefUnwindSafe for UnwindInternalInterface<'interface>

impl<'interface> Unpin for UnwindInternalInterface<'interface>

impl<'interface> UnwindSafe for UnwindInternalInterface<'interface>

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.