Struct rmp_serde::config::StructTupleConfig
source · pub struct StructTupleConfig<C>(/* private fields */);
Expand description
Config wrapper that overrides struct serlization by packing as a tuple without field names.
Implementations§
source§impl<C> StructTupleConfig<C>
impl<C> StructTupleConfig<C>
Trait Implementations§
source§impl<C: Clone> Clone for StructTupleConfig<C>
impl<C: Clone> Clone for StructTupleConfig<C>
source§fn clone(&self) -> StructTupleConfig<C>
fn clone(&self) -> StructTupleConfig<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 StructTupleConfig<C>
impl<C: Debug> Debug for StructTupleConfig<C>
impl<C: Copy> Copy for StructTupleConfig<C>
Auto Trait Implementations§
impl<C> Freeze for StructTupleConfig<C>where
C: Freeze,
impl<C> RefUnwindSafe for StructTupleConfig<C>where
C: RefUnwindSafe,
impl<C> Send for StructTupleConfig<C>where
C: Send,
impl<C> Sync for StructTupleConfig<C>where
C: Sync,
impl<C> Unpin for StructTupleConfig<C>where
C: Unpin,
impl<C> UnwindSafe for StructTupleConfig<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
)