pub struct Plain<R>(pub R);
Expand description
Override the Content-Type
of the response to
plain text
, or
text/plain
.
Delegates the remainder of the response to the wrapped responder.
Tuple Fields§
§0: R
Trait Implementations§
source§impl<'r, R: Responder<'r>> Responder<'r> for Plain<R>
impl<'r, R: Responder<'r>> Responder<'r> for Plain<R>
Sets the Content-Type of the response then delegates the remainder of the response to the wrapped responder.
impl<R> StructuralPartialEq for Plain<R>
Auto Trait Implementations§
impl<R> Freeze for Plain<R>where
R: Freeze,
impl<R> RefUnwindSafe for Plain<R>where
R: RefUnwindSafe,
impl<R> Send for Plain<R>where
R: Send,
impl<R> Sync for Plain<R>where
R: Sync,
impl<R> Unpin for Plain<R>where
R: Unpin,
impl<R> UnwindSafe for Plain<R>where
R: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)