pub struct XmlBody;Trait Implementations§
Source§impl RequestBody for XmlBody
impl RequestBody for XmlBody
Source§impl ResponseBody for XmlBody
impl ResponseBody for XmlBody
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 XmlBody
impl RefUnwindSafe for XmlBody
impl Send for XmlBody
impl Sync for XmlBody
impl Unpin for XmlBody
impl UnsafeUnpin for XmlBody
impl UnwindSafe for XmlBody
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