Struct serde_reflection::TracerConfig[][src]

pub struct TracerConfig { /* fields omitted */ }
Expand description

Configuration object to create a tracer.

Implementations

Whether to trace the human readable encoding of (de)serialization.

Record samples of newtype structs during serialization and inject them during deserialization.

Record samples of tuple structs during serialization and inject them during deserialization.

Record samples of (regular) structs during serialization and inject them during deserialization.

Trait Implementations

Formats the value using the given formatter. Read more

Create a new structure to hold value samples.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.