Struct rmp_serde::config::VariantIntegerConfig [−][src]
pub struct VariantIntegerConfig<C>(_);
Expand description
Config wrapper that overrides enum variant serialization by packing enum names as their integer indices.
Implementations
Trait Implementations
Auto Trait Implementations
impl<C> RefUnwindSafe for VariantIntegerConfig<C> where
C: RefUnwindSafe,
impl<C> Send for VariantIntegerConfig<C> where
C: Send,
impl<C> Sync for VariantIntegerConfig<C> where
C: Sync,
impl<C> Unpin for VariantIntegerConfig<C> where
C: Unpin,
impl<C> UnwindSafe for VariantIntegerConfig<C> where
C: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more