Struct sp_runtime_interface::wasm::RestoreImplementation [−][src]
pub struct RestoreImplementation<T: 'static + Copy>(_, _);
Restores a function implementation on drop.
Stores a static reference to the function object and the original implementation.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for RestoreImplementation<T>
impl<T> Send for RestoreImplementation<T> where
T: Send,
T: Send,
impl<T> Sync for RestoreImplementation<T> where
T: Sync,
T: Sync,
impl<T> Unpin for RestoreImplementation<T> where
T: Unpin,
T: Unpin,
impl<T> !UnwindSafe for RestoreImplementation<T>
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]