Struct rmp_serde::config::HumanReadableConfig
source · pub struct HumanReadableConfig<C>(/* private fields */);
Expand description
Config wrapper that overrides Serializer::is_human_readable
and
Deserializer::is_human_readable
to return true
.
Implementations§
source§impl<C> HumanReadableConfig<C>
impl<C> HumanReadableConfig<C>
Trait Implementations§
source§impl<C: Clone> Clone for HumanReadableConfig<C>
impl<C: Clone> Clone for HumanReadableConfig<C>
source§fn clone(&self) -> HumanReadableConfig<C>
fn clone(&self) -> HumanReadableConfig<C>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<C: Debug> Debug for HumanReadableConfig<C>
impl<C: Debug> Debug for HumanReadableConfig<C>
impl<C: Copy> Copy for HumanReadableConfig<C>
Auto Trait Implementations§
impl<C> Freeze for HumanReadableConfig<C>where
C: Freeze,
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)