Struct sp_core::sandbox::EnvironmentDefinition [−][src]
Definition of runtime that could be used by sandboxed code.
Fields
entries: Vec<Entry>
Vector of all entries in the environment definition.
Trait Implementations
impl Clone for EnvironmentDefinition
[src]
impl Clone for EnvironmentDefinition
[src]fn clone(&self) -> EnvironmentDefinition
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Decode for EnvironmentDefinition
[src]
impl Decode for EnvironmentDefinition
[src]impl Encode for EnvironmentDefinition
[src]
impl Encode for EnvironmentDefinition
[src]impl PartialEq<EnvironmentDefinition> for EnvironmentDefinition
[src]
impl PartialEq<EnvironmentDefinition> for EnvironmentDefinition
[src]fn eq(&self, other: &EnvironmentDefinition) -> bool
[src]
fn ne(&self, other: &EnvironmentDefinition) -> bool
[src]
impl EncodeLike<EnvironmentDefinition> for EnvironmentDefinition
[src]
impl Eq for EnvironmentDefinition
[src]
impl StructuralEq for EnvironmentDefinition
[src]
impl StructuralPartialEq for EnvironmentDefinition
[src]
Auto Trait Implementations
impl RefUnwindSafe for EnvironmentDefinition
impl Send for EnvironmentDefinition
impl Sync for EnvironmentDefinition
impl Unpin for EnvironmentDefinition
impl UnwindSafe for EnvironmentDefinition
Blanket Implementations
impl<T> DecodeLimit for T where
T: Decode,
[src]
impl<T> DecodeLimit for T where
T: Decode,
[src]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<S> Codec for S where
S: Decode + Encode,
[src]
S: Decode + Encode,
impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
T: Encode,
[src]
T: Encode,
impl<'_, T> EncodeLike<&'_ T> for T where
T: Encode,
[src]
T: Encode,
impl<'_, T> EncodeLike<&'_ mut T> for T where
T: Encode,
[src]
T: Encode,
impl<T> EncodeLike<Arc<T>> for T where
T: Encode,
[src]
T: Encode,
impl<T> EncodeLike<Box<T, Global>> for T where
T: Encode,
[src]
T: Encode,
impl<'a, T> EncodeLike<Cow<'a, T>> for T where
T: ToOwned + Encode,
[src]
T: ToOwned + Encode,
impl<T> EncodeLike<Rc<T>> for T where
T: Encode,
[src]
T: Encode,
impl<S> FullCodec for S where
S: Decode + FullEncode,
[src]
S: Decode + FullEncode,
impl<S> FullEncode for S where
S: Encode + EncodeLike<S>,
[src]
S: Encode + EncodeLike<S>,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,