pub struct HttpExecutionArguments<'a> { /* private fields */ }Expand description
NestJS switchToHttp().getRequest()-style view without storing the full Axum request type.
Implementations§
Source§impl<'a> HttpExecutionArguments<'a>
impl<'a> HttpExecutionArguments<'a>
Auto Trait Implementations§
impl<'a> Freeze for HttpExecutionArguments<'a>
impl<'a> RefUnwindSafe for HttpExecutionArguments<'a>
impl<'a> Send for HttpExecutionArguments<'a>
impl<'a> Sync for HttpExecutionArguments<'a>
impl<'a> Unpin for HttpExecutionArguments<'a>
impl<'a> UnsafeUnpin for HttpExecutionArguments<'a>
impl<'a> UnwindSafe for HttpExecutionArguments<'a>
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