Enum console_api::field::Name
source · [−]Expand description
The key of the key-value pair.
This is either represented as a string, or as an index into a Metadata’s
array of field name strings.
Variants
StrName(String)
The string representation of the name.
NameIdx(u64)
An index position into the Metadata.field_names of the metadata
for the task span that the field came from.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Name
impl UnwindSafe for Name
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
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