pub struct MsgPack<R>(pub R);
Expand description
Override the Content-Type
of the response to
MessagePack
, or
application/msgpack
.
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 MsgPack<R>
impl<'r, R: Responder<'r>> Responder<'r> for MsgPack<R>
Sets the Content-Type of the response then delegates the remainder of the response to the wrapped responder.
impl<R> StructuralPartialEq for MsgPack<R>
Auto Trait Implementations§
impl<R> Freeze for MsgPack<R>where
R: Freeze,
impl<R> RefUnwindSafe for MsgPack<R>where
R: RefUnwindSafe,
impl<R> Send for MsgPack<R>where
R: Send,
impl<R> Sync for MsgPack<R>where
R: Sync,
impl<R> Unpin for MsgPack<R>where
R: Unpin,
impl<R> UnwindSafe for MsgPack<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
)