Struct sp_tracing::WasmEntryAttributes
source · [−]pub struct WasmEntryAttributes {
pub parent_id: Option<u64>,
pub metadata: WasmMetadata,
pub fields: WasmValuesSet,
}
Expand description
Span or Event Attributes
Fields
parent_id: Option<u64>
the parent, if directly specified – otherwise assume most inner span
metadata: WasmMetadata
the metadata of the location
fields: WasmValuesSet
the Values provided
Implementations
convert the given Attributes to an event and emit it using tracing_core
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for WasmEntryAttributes
impl Send for WasmEntryAttributes
impl Sync for WasmEntryAttributes
impl Unpin for WasmEntryAttributes
impl UnwindSafe for WasmEntryAttributes
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