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