pub struct MsgPackBody;Trait Implementations§
Source§impl RequestBody for MsgPackBody
impl RequestBody for MsgPackBody
Source§impl ResponseBody for MsgPackBody
impl ResponseBody for MsgPackBody
Source§fn deserialize<T: for<'a> Deserialize<'a>>(&self, body: Vec<u8>) -> Result<T>
fn deserialize<T: for<'a> Deserialize<'a>>(&self, body: Vec<u8>) -> Result<T>
Deserialize the response body Read more
Auto Trait Implementations§
impl Freeze for MsgPackBody
impl RefUnwindSafe for MsgPackBody
impl Send for MsgPackBody
impl Sync for MsgPackBody
impl Unpin for MsgPackBody
impl UnsafeUnpin for MsgPackBody
impl UnwindSafe for MsgPackBody
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