Struct rmp_serde::config::HumanReadableConfig [−][src]
pub struct HumanReadableConfig<C>(_);
Expand description
Config wrapper that overrides Serializer::is_human_readable
and
Deserializer::is_human_readable
to return true
.
Implementations
Trait Implementations
Auto Trait Implementations
impl<C> RefUnwindSafe for HumanReadableConfig<C> where
C: RefUnwindSafe,
impl<C> Send for HumanReadableConfig<C> where
C: Send,
impl<C> Sync for HumanReadableConfig<C> where
C: Sync,
impl<C> Unpin for HumanReadableConfig<C> where
C: Unpin,
impl<C> UnwindSafe for HumanReadableConfig<C> where
C: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more