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