pub struct PlainHttpFrameResponse(/* private fields */);
Expand description
An intrepid frame being turned into an axum json response.
Trait Implementations§
Source§impl Debug for PlainHttpFrameResponse
impl Debug for PlainHttpFrameResponse
Source§impl IntoResponse for PlainHttpFrameResponse
impl IntoResponse for PlainHttpFrameResponse
Source§fn into_response(self) -> Response<Body>
fn into_response(self) -> Response<Body>
Create a response.
Auto Trait Implementations§
impl !Freeze for PlainHttpFrameResponse
impl RefUnwindSafe for PlainHttpFrameResponse
impl Send for PlainHttpFrameResponse
impl Sync for PlainHttpFrameResponse
impl Unpin for PlainHttpFrameResponse
impl UnwindSafe for PlainHttpFrameResponse
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