Struct sp_core::traits::RuntimeSpawnExt [−][src]
pub struct RuntimeSpawnExt(pub Box<dyn RuntimeSpawn>);
Extension that supports spawning extra runtime instances in externalities.
Methods from Deref<Target = Box<dyn RuntimeSpawn>>
Trait Implementations
impl Deref for RuntimeSpawnExt
[src]
impl Deref for RuntimeSpawnExt
[src]impl Extension for RuntimeSpawnExt
[src]
impl Extension for RuntimeSpawnExt
[src]fn as_mut_any(&mut self) -> &mut dyn Any
[src]
impl From<Box<dyn RuntimeSpawn + 'static, Global>> for RuntimeSpawnExt
[src]
impl From<Box<dyn RuntimeSpawn + 'static, Global>> for RuntimeSpawnExt
[src]fn from(inner: Box<dyn RuntimeSpawn>) -> Self
[src]
Auto Trait Implementations
impl !RefUnwindSafe for RuntimeSpawnExt
impl Send for RuntimeSpawnExt
impl !Sync for RuntimeSpawnExt
impl Unpin for RuntimeSpawnExt
impl !UnwindSafe for RuntimeSpawnExt
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]