Struct serde_reflection::TracerConfig [−][src]
pub struct TracerConfig { /* fields omitted */ }
Expand description
Configuration object to create a tracer.
Implementations
impl TracerConfig
[src]
impl TracerConfig
[src]pub fn is_human_readable(self, value: bool) -> Self
[src]
pub fn is_human_readable(self, value: bool) -> Self
[src]Whether to trace the human readable encoding of (de)serialization.
pub fn record_samples_for_newtype_structs(self, value: bool) -> Self
[src]
pub fn record_samples_for_newtype_structs(self, value: bool) -> Self
[src]Record samples of newtype structs during serialization and inject them during deserialization.
pub fn record_samples_for_tuple_structs(self, value: bool) -> Self
[src]
pub fn record_samples_for_tuple_structs(self, value: bool) -> Self
[src]Record samples of tuple structs during serialization and inject them during deserialization.
pub fn record_samples_for_structs(self, value: bool) -> Self
[src]
pub fn record_samples_for_structs(self, value: bool) -> Self
[src]Record samples of (regular) structs during serialization and inject them during deserialization.
Trait Implementations
impl Debug for TracerConfig
[src]
impl Debug for TracerConfig
[src]impl Default for TracerConfig
[src]
impl Default for TracerConfig
[src]