Struct sp_io::Crossing [−][src]
Crossing is a helper wrapping any Encode-Decodeable type for transferring over the wasm barrier.
Implementations
impl<T: Encode + Decode> Crossing<T>
[src]
impl<T: Encode + Decode> Crossing<T>
[src]pub fn into_inner(self) -> T
[src]
Convert into the inner type
Trait Implementations
impl<T: Encode + Decode> EncodeLike<Crossing<T>> for Crossing<T> where
T: Encode,
T: Encode,
[src]
T: Encode,
T: Encode,
Auto Trait Implementations
impl<T> RefUnwindSafe for Crossing<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Crossing<T> where
T: Send,
T: Send,
impl<T> Sync for Crossing<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Crossing<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Crossing<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> DecodeLimit for T where
T: Decode,
[src]
impl<T> DecodeLimit for T where
T: Decode,
[src]impl<T> FromFFIValue for T where
T: PassBy,
[src]
impl<T> FromFFIValue for T where
T: PassBy,
[src]type SelfInstance = T
As Self
can be an unsized type, it needs to be represented by a sized type at the host.
This SelfInstance
is the sized type. Read more
pub fn from_ffi_value(
context: &mut dyn FunctionContext,
arg: <<T as PassBy>::PassBy as RIType>::FFIType
) -> Result<T, String>
[src]
context: &mut dyn FunctionContext,
arg: <<T as PassBy>::PassBy as RIType>::FFIType
) -> Result<T, String>
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> IntoFFIValue for T where
T: PassBy,
[src]
impl<T> IntoFFIValue for T where
T: PassBy,
[src]pub fn into_ffi_value(
self,
context: &mut dyn FunctionContext
) -> Result<<<T as PassBy>::PassBy as RIType>::FFIType, String>
[src]
self,
context: &mut dyn FunctionContext
) -> Result<<<T as PassBy>::PassBy as RIType>::FFIType, String>
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<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> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,