Structs§
- Bool
Property - Inspect API Bool Property data type.
- Bytes
Property - Inspect Bytes Property data type.
- Double
Array Property - Inspect double array data type.
- Double
Exponential Histogram Property - An exponential histogram property for double values.
- Double
Linear Histogram Property - A linear histogram property for double values.
- Double
Property - Inspect double property type.
- Inspector
- Root of the Inspect API. Through this API, further nodes can be created and inspect can be served.
- Inspector
Config - Classic builder pattern object for constructing an
Inspector
. - IntArray
Property - Inspect int array data type.
- IntExponential
Histogram Property - An exponential histogram property for int values.
- IntLinear
Histogram Property - A linear histogram property for integer values.
- IntProperty
- Inspect int property data type.
- Lazy
Node - Inspect Lazy Node data type. NOTE: do not rely on PartialEq implementation for true comparison. Instead leverage the reader.
- Node
- Inspect Node data type.
- String
Array Property - String
Property - Inspect String Property data type.
- String
Reference - 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.
- Uint
Array Property - Inspect uint array data type.
- Uint
Exponential Histogram Property - An exponential histogram property for uint values.
- Uint
Linear Histogram Property - A linear histogram property for unsigned integer values.
- Uint
Property - Inspect uint property data type.
- Value
List - Holds a list of inspect types that won’t change.
Traits§
- Arithmetic
Array Property - Array
Property - Trait implemented by all array properties providing common operations on arrays.
- Histogram
Property - Trait implemented by all histogram properties providing common operations.
- Inspect
Type - Trait implemented by all inspect types.
- Inspect
Type Reparentable - Trait allowing a
Node
to adopt any Inspect type as its child, removing it from the original parent’s tree. - Inspector
Introspection Ext - Length
- Get the usable length of a type.
- Numeric
Property - Trait implemented by numeric properties providing common operations.
- Property
- Trait implemented by properties.