[−][src]Struct substrate_primitives::sandbox::EnvironmentDefinition
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 Eq for EnvironmentDefinition[src]
impl Clone for EnvironmentDefinition[src]
fn clone(&self) -> EnvironmentDefinition[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<EnvironmentDefinition> for EnvironmentDefinition[src]
fn eq(&self, other: &EnvironmentDefinition) -> bool[src]
fn ne(&self, other: &EnvironmentDefinition) -> bool[src]
impl Debug for EnvironmentDefinition[src]
impl Encode for EnvironmentDefinition[src]
fn encode_to<EncOut: Output>(&self, dest: &mut EncOut)[src]
fn encode(&self) -> Vec<u8>[src]
fn using_encoded<R, F>(&self, f: F) -> R where
F: FnOnce(&[u8]) -> R, [src]
F: FnOnce(&[u8]) -> R,
impl Decode for EnvironmentDefinition[src]
Auto Trait Implementations
impl Send for EnvironmentDefinition
impl Unpin for EnvironmentDefinition
impl Sync for EnvironmentDefinition
impl UnwindSafe for EnvironmentDefinition
impl RefUnwindSafe for EnvironmentDefinition
Blanket Implementations
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src]
T: UncheckedFrom<S>,
fn unchecked_into(Self) -> T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<S> Codec for S where
S: Encode + Decode, [src]
S: Encode + Decode,
impl<T> KeyedVec for T where
T: Codec, [src]
T: Codec,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,
fn vzip(self) -> V
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> MaybeDebug for T where
T: Debug, [src]
T: Debug,