Struct air_interpreter_sede::MsgPackFormat
source · pub struct MsgPackFormat;
Trait Implementations§
source§impl Clone for RmpSerdeFormat
impl Clone for RmpSerdeFormat
source§fn clone(&self) -> RmpSerdeFormat
fn clone(&self) -> RmpSerdeFormat
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 Default for RmpSerdeFormat
impl Default for RmpSerdeFormat
source§fn default() -> RmpSerdeFormat
fn default() -> RmpSerdeFormat
Returns the “default value” for a type. Read more
source§impl<Value> Format<Value> for RmpSerdeFormatwhere
Value: Serialize + DeserializeOwned,
impl<Value> Format<Value> for RmpSerdeFormatwhere
Value: Serialize + DeserializeOwned,
type SerializationError = Error
type DeserializationError = Error
type WriteError = Error
fn to_vec(&self, val: &Value) -> Result<Vec<u8>, Self::SerializationError>
fn from_slice(&self, slice: &[u8]) -> Result<Value, Self::DeserializationError>
fn to_writer<W: Write>( &self, value: &Value, write: &mut W, ) -> Result<(), Self::WriteError>
impl Copy for RmpSerdeFormat
Auto Trait Implementations§
impl Freeze for RmpSerdeFormat
impl RefUnwindSafe for RmpSerdeFormat
impl Send for RmpSerdeFormat
impl Sync for RmpSerdeFormat
impl Unpin for RmpSerdeFormat
impl UnwindSafe for RmpSerdeFormat
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
)