pub struct PlainTextResponseFormatter;Expand description
The plain text response formatter.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlainTextResponseFormatter
impl RefUnwindSafe for PlainTextResponseFormatter
impl Send for PlainTextResponseFormatter
impl Sync for PlainTextResponseFormatter
impl Unpin for PlainTextResponseFormatter
impl UnwindSafe for PlainTextResponseFormatter
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