pub struct HttpRequestFrame { /* private fields */ }
Expand description
An HTTP frame built from an axum request.
Implementations§
Source§impl HttpRequestFrame
impl HttpRequestFrame
Sourcepub async fn into_frame(self) -> Frame
pub async fn into_frame(self) -> Frame
Turn the HTTP frame into an intrepid frame.
Trait Implementations§
Source§impl Debug for HttpRequestFrame
impl Debug for HttpRequestFrame
Source§impl Default for HttpRequestFrame
impl Default for HttpRequestFrame
Source§fn default() -> HttpRequestFrame
fn default() -> HttpRequestFrame
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HttpRequestFrame
impl !RefUnwindSafe for HttpRequestFrame
impl Send for HttpRequestFrame
impl !Sync for HttpRequestFrame
impl Unpin for HttpRequestFrame
impl !UnwindSafe for HttpRequestFrame
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