Struct sp_tracing::WasmValuesSet
source · [−]pub struct WasmValuesSet(_);
Expand description
A list of WasmFieldName
s with the given WasmValue
(if provided)
in the order specified.
Implementations
Trait Implementations
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.
Visit a double-precision floating point value.
Records a type implementing Error
. Read more
Auto Trait Implementations
impl RefUnwindSafe for WasmValuesSet
impl Send for WasmValuesSet
impl Sync for WasmValuesSet
impl Unpin for WasmValuesSet
impl UnwindSafe for WasmValuesSet
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more