[−][src]Struct substrate_primitives::OpaqueMetadata
Stores the encoded RuntimeMetadata for the native side as opaque type.
Methods
impl OpaqueMetadata[src]
Trait Implementations
impl PartialEq<OpaqueMetadata> for OpaqueMetadata[src]
fn eq(&self, other: &OpaqueMetadata) -> bool[src]
fn ne(&self, other: &OpaqueMetadata) -> bool[src]
impl From<OpaqueMetadata> for Bytes[src]
fn from(s: OpaqueMetadata) -> Self[src]
impl Deref for OpaqueMetadata[src]
impl Encode for OpaqueMetadata[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 OpaqueMetadata[src]
Auto Trait Implementations
impl Send for OpaqueMetadata
impl Unpin for OpaqueMetadata
impl Sync for OpaqueMetadata
impl UnwindSafe for OpaqueMetadata
impl RefUnwindSafe for OpaqueMetadata
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, 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