pub struct NoFormat;Available on crate feature
export-azure only.Expand description
A Format indicating that the response has no structured format.
This includes responses that return raw data and that don’t return a response body.
This format supports deserializing response bodies to:
ResponseBody- The raw response body, without any deserialization.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoFormat
impl RefUnwindSafe for NoFormat
impl Send for NoFormat
impl Sync for NoFormat
impl Unpin for NoFormat
impl UnsafeUnpin for NoFormat
impl UnwindSafe for NoFormat
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