pub struct Kind(_);
Indicates whether the callsite is a span or event.
Event callsite
Event
Span callsite
Span
Return true if the callsite kind is Span
Return true if the callsite kind is Event
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
source
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
This method tests for !=.
!=
Gets the TypeId of self. Read more
TypeId
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
toowned_clone_into
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.