Struct sc_executor_common::sandbox::SupervisorFuncIndex [−][src]
pub struct SupervisorFuncIndex(_);
Index of a function inside the supervisor.
This is a typically an index in the default table of the supervisor, however the exact meaning of this index is depends on the implementation of dispatch function.
Trait Implementations
impl Clone for SupervisorFuncIndex
[src]
impl Clone for SupervisorFuncIndex
[src]fn clone(&self) -> SupervisorFuncIndex
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl From<SupervisorFuncIndex> for usize
[src]
impl From<SupervisorFuncIndex> for usize
[src]fn from(index: SupervisorFuncIndex) -> Self
[src]
impl PartialEq<SupervisorFuncIndex> for SupervisorFuncIndex
[src]
impl PartialEq<SupervisorFuncIndex> for SupervisorFuncIndex
[src]fn eq(&self, other: &SupervisorFuncIndex) -> bool
[src]
fn ne(&self, other: &SupervisorFuncIndex) -> bool
[src]
impl Copy for SupervisorFuncIndex
[src]
impl StructuralPartialEq for SupervisorFuncIndex
[src]
Auto Trait Implementations
impl RefUnwindSafe for SupervisorFuncIndex
impl Send for SupervisorFuncIndex
impl Sync for SupervisorFuncIndex
impl Unpin for SupervisorFuncIndex
impl UnwindSafe for SupervisorFuncIndex
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]pub fn unchecked_into(self) -> T
[src]
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,