Struct air_interpreter_sede::MsgPackMultiformat
source · pub struct MsgPackMultiformat;
Trait Implementations§
source§impl Clone for RmpSerdeMultiformat
impl Clone for RmpSerdeMultiformat
source§fn clone(&self) -> RmpSerdeMultiformat
fn clone(&self) -> RmpSerdeMultiformat
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 RmpSerdeMultiformat
impl Default for RmpSerdeMultiformat
source§fn default() -> RmpSerdeMultiformat
fn default() -> RmpSerdeMultiformat
Returns the “default value” for a type. Read more
source§impl<Value> Format<Value> for RmpSerdeMultiformatwhere
Value: Serialize + DeserializeOwned,
impl<Value> Format<Value> for RmpSerdeMultiformatwhere
Value: Serialize + DeserializeOwned,
type SerializationError = EncodeError<Error>
type DeserializationError = DecodeError<Error>
type WriteError = EncodeError<Error>
fn to_vec(&self, value: &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 RmpSerdeMultiformat
Auto Trait Implementations§
impl Freeze for RmpSerdeMultiformat
impl RefUnwindSafe for RmpSerdeMultiformat
impl Send for RmpSerdeMultiformat
impl Sync for RmpSerdeMultiformat
impl Unpin for RmpSerdeMultiformat
impl UnwindSafe for RmpSerdeMultiformat
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
)