Inspect API Bool Property data type.
Inspect Bytes Property data type.
Inspect double array data type.
An exponential histogram property for double values.
A linear histogram property for double values.
Inspect double property type.
Root of the Inspect API. Through this API, further nodes can be created and inspect can be
served.
Classic builder pattern object for constructing an Inspector
.
Inspect int array data type.
An exponential histogram property for int values.
A linear histogram property for integer values.
Inspect int property data type.
Inspect Lazy Node data type.
NOTE: do not rely on PartialEq implementation for true comparison.
Instead leverage the reader.
Inspect Node data type.
Inspect String Property data type.
StringReference is a type that can be constructed and passed into
the Inspect API as a name of a Node. If this is done, only one
reference counted instance of the string will be allocated per
Inspector. They can be safely used with LazyNodes.
Inspect uint array data type.
An exponential histogram property for uint values.
A linear histogram property for unsigned integer values.
Inspect uint property data type.
Holds a list of inspect types that won’t change.