Struct sp_tracing::WasmValuesSet [−][src]
pub struct WasmValuesSet(_);
Expand description
A list of WasmFieldNames with the given WasmValue (if provided)
in the order specified.
Implementations
Trait Implementations
Attempt to deserialise the value from input.
Attempt to skip the encoded value from input. Read more
fn encoded_fixed_size() -> Option<usize>
fn encoded_fixed_size() -> Option<usize>Returns the fixed encoded size of the type. Read more
Convert self to a slice and append it to the destination.
Convert self to a slice and then invoke the given closure with it.
fn encoded_size(&self) -> usize
fn encoded_size(&self) -> usizeCalculates the encoded size. Read more
Visit a value implementing fmt::Debug.
Visit a signed 64-bit integer value.
Visit an unsigned 64-bit integer value.
Visit a boolean value.
Visit a string value.
Records a type implementing Error. Read more
Auto Trait Implementations
impl RefUnwindSafe for WasmValuesSetimpl Send for WasmValuesSetimpl Sync for WasmValuesSetimpl Unpin for WasmValuesSetimpl UnwindSafe for WasmValuesSetBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
T: Encode, impl<'_, T> EncodeLike<&'_ T> for T where
T: Encode, impl<'_, T> EncodeLike<&'_ mut T> for T where
T: Encode, impl<T> EncodeLike<Arc<T>> for T where
T: Encode, impl<T> EncodeLike<Rc<T>> for T where
T: Encode,