pub struct HttpOutputFormat;Expand description
Enumerates all supported HTTP output formats
Implementations§
Auto Trait Implementations§
impl Freeze for HttpOutputFormat
impl RefUnwindSafe for HttpOutputFormat
impl Send for HttpOutputFormat
impl Sync for HttpOutputFormat
impl Unpin for HttpOutputFormat
impl UnsafeUnpin for HttpOutputFormat
impl UnwindSafe for HttpOutputFormat
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