[−][src]Struct serde_reflection::TracerConfig
Configuration object to create a tracer.
Implementations
impl TracerConfig[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]
Record samples of newtype structs during serialization and inject them during deserialization.
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]
Record samples of (regular) structs during serialization and inject them during deserialization.
Trait Implementations
impl Debug for TracerConfig[src]
impl Default for TracerConfig[src]
Auto Trait Implementations
impl RefUnwindSafe for TracerConfig
impl Send for TracerConfig
impl Sync for TracerConfig
impl Unpin for TracerConfig
impl UnwindSafe for TracerConfig
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,