Struct rmp_serde::config::DefaultConfig [−][src]
pub struct DefaultConfig;
Expand description
The default serializer/deserializer configuration.
This configuration:
- Writes structs as a tuple, without field names
- Writes enum variants as integers
- Writes and reads types as binary, not human-readable This is the most compact representation.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DefaultConfig
impl Send for DefaultConfig
impl Sync for DefaultConfig
impl Unpin for DefaultConfig
impl UnwindSafe for DefaultConfig
Blanket Implementations
Mutably borrows from an owned value. Read more